ti: omap4: remove CONFIG_SPL_EXT_SUPPORT from ti_omap4_common.h since it is now in ti_armv7_common.h

Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Guillaume GARDET 2015-06-16 15:00:10 +02:00 committed by Tom Rini
parent bd2c4522c2
commit 3683c3d1f7
1 changed files with 0 additions and 3 deletions

View File

@ -166,9 +166,6 @@
#define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_SDRAM_BASE + \
(128 << 20))
/* SPL: Allow to use an EXT partition */
#define CONFIG_SPL_EXT_SUPPORT
#ifdef CONFIG_NAND
#define CONFIG_SPL_NAND_AM33XX_BCH /* ELM support */
#endif