]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP3: Fix changed mmc init command
authorDirk Behme <dirk.behme@googlemail.com>
Tue, 21 Apr 2009 15:30:51 +0000 (17:30 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 26 Apr 2009 21:13:40 +0000 (23:13 +0200)
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>
include/configs/omap3_beagle.h
include/configs/omap3_evm.h
include/configs/omap3_overo.h
include/configs/omap3_pandora.h
include/configs/omap3_zoom1.h

index 5a948e4cd620fd7982940bf178e0735a9d3a42b0..6ed12624ee91d86504db76657c1cfc883e19aa33 100644 (file)
                "bootm ${loadaddr}\0" \
 
 #define CONFIG_BOOTCOMMAND \
-       "if mmcinit; then " \
+       "if mmc init; then " \
                "if run loadbootscript; then " \
                        "run bootscript; " \
                "else " \
index 8cd8a1b90fe0d91e072d91004f25005b3b290e37..c15b4e35ff5fb927d2fcd2ba6c36997daaa37e8b 100644 (file)
                "bootm ${loadaddr}\0" \
 
 #define CONFIG_BOOTCOMMAND \
-       "if mmcinit; then " \
+       "if mmc init; then " \
                "if run loadbootscript; then " \
                        "run bootscript; " \
                "else " \
index 51b04b6428fa3fa8753427581e0438a971b83173..4398a664a9cc5cf91b622ab82a2f07db2c7c0a94 100644 (file)
                "bootm ${loadaddr}\0" \
 
 #define CONFIG_BOOTCOMMAND \
-       "if mmcinit; then " \
+       "if mmc init; then " \
                "if run loadbootscript; then " \
                        "run bootscript; " \
                "else " \
index 40107a60df5a0b1673350df20eba5dbfdd145b67..c4f46de0d3a84c9ad3361c7d7729a358ce27f164 100644 (file)
                "bootm ${loadaddr}\0" \
 
 #define CONFIG_BOOTCOMMAND \
-       "if mmcinit; then " \
+       "if mmc init; then " \
                "if run loadbootscript; then " \
                        "run bootscript; " \
                "else " \
index 8e984b41610790c8605eab23e37825f5b5730b78..fa428c03da0404bee222c5453862a6ec4b81fb68 100644 (file)
                "bootm ${loadaddr}\0" \
 
 #define CONFIG_BOOTCOMMAND \
-       "if mmcinit; then " \
+       "if mmc init; then " \
                "if run loadbootscript; then " \
                        "run bootscript; " \
                "else " \