From: Guillaume GARDET Date: Wed, 15 Oct 2014 15:53:15 +0000 (+0200) Subject: TI:OMAP4: enable EXT support in SPL for OMAP4 boards X-Git-Tag: v2015.01-rc1~104 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ee665114c512dcd0654eaef236f78f0f7c31010e;p=u-boot TI:OMAP4: enable EXT support in SPL for OMAP4 boards Enable EXT support in SPL for OMAP4 boards. Build tested for duovero, omap4_sdp4430 and omap4_panda. Run time tested on omap4_panda. Signed-off-by: Guillaume GARDET Cc: Tom Rini --- diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index b0f199e3f4..1c93aab1a7 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -167,6 +167,9 @@ #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