提交 a85693b3 编写于 作者: D Dirk Behme 提交者: Jean-Christophe PLAGNIOL-VILLARD

OMAP3: Fix changed mmc init command

In recent U-Boot mmcinit changed to mmc init.
Signed-off-by: NSteve Sakoman <steve@sakoman.com>
Signed-off-by: NDirk Behme <dirk.behme@googlemail.com>
上级 7239c5da
......@@ -185,7 +185,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \
......
......@@ -178,7 +178,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \
......
......@@ -172,7 +172,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \
......
......@@ -174,7 +174,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \
......
......@@ -182,7 +182,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册