diff options
Diffstat (limited to 'include/configs/omap3_evm.h')
| -rw-r--r-- | include/configs/omap3_evm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 8cd8a1b90..c15b4e35f 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 " \ |