Skip to content
Snippets Groups Projects
Commit a85693b3 authored by Dirk Behme's avatar Dirk Behme Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

OMAP3: Fix changed mmc init command


In recent U-Boot mmcinit changed to mmc init.

Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
Signed-off-by: default avatarDirk Behme <dirk.behme@googlemail.com>
parent 7239c5da
No related branches found
No related tags found
No related merge requests found
......@@ -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 " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment