From: Ladislav Michl Date: Wed, 30 Dec 2015 01:45:26 +0000 (+0100) Subject: ti_omap3_common: Do not define CONFIG_SPL_NAND_SUPPORT X-Git-Tag: v2016.03-rc1~258 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=65c5c81f27b61e513eac8edef36774ba2e6ba332;p=u-boot ti_omap3_common: Do not define CONFIG_SPL_NAND_SUPPORT Symbol is already defined in ti_armv7_common.h which is included via ti_armv7_omap.h Signed-off-by: Ladislav Michl Reviewed-by: Tom Rini --- diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h index 1c71cb636b..02fdcdca8f 100644 --- a/include/configs/ti_omap3_common.h +++ b/include/configs/ti_omap3_common.h @@ -73,7 +73,6 @@ #ifdef CONFIG_NAND -#define CONFIG_SPL_NAND_SUPPORT #define CONFIG_SPL_NAND_SIMPLE #define CONFIG_SYS_NAND_BASE 0x30000000 #endif