[U-Boot] [PATCH] ti_omap3_common: Do not define CONFIG_SPL_NAND_SUPPORT

Ladislav Michl ladis at linux-mips.org
Wed Dec 30 02:45:26 CET 2015


Symbol is already defined in ti_armv7_common.h which is included
via ti_armv7_omap.h

Signed-off-by: Ladislav Michl <ladis at linux-mips.org>
---
 include/configs/ti_omap3_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h
index 1c71cb6..02fdcdc 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
-- 
2.1.4



More information about the U-Boot mailing list