summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-12-18 09:45:38 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-19 21:40:06 +0100
commit39287a0baa49e2023fb1fbb60dbf31a90430e0c1 (patch)
tree02975706b4689c3743d793e20ed998fd81244911
parentd723373013e9c37292f2ffcd747d7758df4550d8 (diff)
downloadbarebox-39287a0baa49e2023fb1fbb60dbf31a90430e0c1.tar.gz
barebox-39287a0baa49e2023fb1fbb60dbf31a90430e0c1.tar.xz
ARM OMAP: add help text for OMAP_BUILD_IFT
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/mach-omap/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index 451783eaa5..27626a2cbd 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -67,8 +67,12 @@ config OMAP_GPMC
NAND, OneNAND etc.
config OMAP_BUILD_IFT
- prompt "build ift binary"
+ prompt "build ift binary (MLO)"
bool
+ help
+ Say Y here if you want to build an MLO binary. On TI SoCs, this
+ binary is loaded to SRAM. It is responsible for initializing
+ the SDRAM and possibly chainloading a full-featured barebox.
config OMAP_BUILD_SPI
prompt "build SPI binary"