summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_evm.h
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@googlemail.com>2009-04-21 17:30:51 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-04-26 23:13:40 +0200
commita85693b3bd4431b05b7df608b6f7733c0f80c53e (patch)
tree84fdddcddbb7eba15abb003c5f7581ec4bee9a32 /include/configs/omap3_evm.h
parent7239c5da5e9197accb3dfe395be4502c3b9bca8e (diff)
downloadtalos-obmc-uboot-a85693b3bd4431b05b7df608b6f7733c0f80c53e.tar.gz
talos-obmc-uboot-a85693b3bd4431b05b7df608b6f7733c0f80c53e.zip
OMAP3: Fix changed mmc init command
In recent U-Boot mmcinit changed to mmc init. Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r--include/configs/omap3_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 8cd8a1b90f..c15b4e35ff 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -178,7 +178,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
- "if mmcinit; then " \
+ "if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \
OpenPOWER on IntegriCloud