diff options
author | Guillaume GARDET <guillaume.gardet@free.fr> | 2014-10-15 17:53:15 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-27 17:54:09 -0400 |
commit | ee665114c512dcd0654eaef236f78f0f7c31010e (patch) | |
tree | 0bc909e39195c511f8b2bcaa17b21fe01e6d54ba | |
parent | 7d2b4e772998d8efb7266a33d93bccc1afe70462 (diff) | |
download | u-boot-imx-ee665114c512dcd0654eaef236f78f0f7c31010e.zip u-boot-imx-ee665114c512dcd0654eaef236f78f0f7c31010e.tar.gz u-boot-imx-ee665114c512dcd0654eaef236f78f0f7c31010e.tar.bz2 |
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 <guillaume.gardet@free.fr>
Cc: Tom Rini <trini@ti.com>
-rw-r--r-- | include/configs/ti_omap4_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index b0f199e..1c93aab 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 |