Skip to content
Snippets Groups Projects
Commit ee665114 authored by Guillaume GARDET's avatar Guillaume GARDET Committed by Tom Rini
Browse files

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: default avatarGuillaume GARDET <guillaume.gardet@free.fr>
Cc: Tom Rini <trini@ti.com>
parent 7d2b4e77
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment