projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d2b4e7
)
TI:OMAP4: enable EXT support in SPL for OMAP4 boards
author
Guillaume GARDET
<guillaume.gardet@free.fr>
Wed, 15 Oct 2014 15:53:15 +0000
(17:53 +0200)
committer
Tom Rini
<trini@ti.com>
Mon, 27 Oct 2014 21:54:09 +0000
(17:54 -0400)
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>
include/configs/ti_omap4_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ti_omap4_common.h
b/include/configs/ti_omap4_common.h
index b0f199e3f4a37b521ce41dd9140fa9a0bf1ae230..1c93aab1a7d70b21dd3cbd712cc6ff7586b726c4 100644
(file)
--- 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