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 632a13fa9..f6e423699 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -162,7 +162,7 @@  		"bootm ${loadaddr}\0" \  #define CONFIG_BOOTCOMMAND \ -	"if mmc rescan ${mmcdev}; then " \ +	"mmc dev ${mmcdev}; if mmc rescan; then " \  		"if run loadbootscript; then " \  			"run bootscript; " \  		"else " \ |