From a78cf41e79f64fe90f573b07ee3c88be533b97ca Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 31 Jul 2014 17:29:38 -0600 Subject: ARM: tegra: remove custom define for Jetson TK1 Now that Kconfig has a per-board option, we can use that directly rather than inventing a custom define for the AS3722 code to determine which board it's being built for. Signed-off-by: Stephen Warren Signed-off-by: Tom Warren --- configs/jetson-tk1_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs') diff --git a/configs/jetson-tk1_defconfig b/configs/jetson-tk1_defconfig index 9ce97c9..6926257 100644 --- a/configs/jetson-tk1_defconfig +++ b/configs/jetson-tk1_defconfig @@ -1,4 +1,3 @@ CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="BOARD_JETSON_TK1=" +S:CONFIG_ARM=y +S:CONFIG_TARGET_JETSON_TK1=y -- cgit v1.1