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>
This commit is contained in:
Dirk Behme 2009-04-21 17:30:51 +02:00 committed by Jean-Christophe PLAGNIOL-VILLARD
parent 7239c5da5e
commit a85693b3bd
5 changed files with 5 additions and 5 deletions

View File

@ -185,7 +185,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \

View File

@ -178,7 +178,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \

View File

@ -172,7 +172,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \

View File

@ -174,7 +174,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \

View File

@ -182,7 +182,7 @@
"bootm ${loadaddr}\0" \
#define CONFIG_BOOTCOMMAND \
"if mmcinit; then " \
"if mmc init; then " \
"if run loadbootscript; then " \
"run bootscript; " \
"else " \