diff options
Diffstat (limited to 'include/configs/omap3_logic.h')
| -rw-r--r-- | include/configs/omap3_logic.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index b975a6c9a..b2457d0bc 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -202,7 +202,7 @@  	"mtdids=" MTDIDS_DEFAULT "\0"	\  	"mtdparts=" MTDPARTS_DEFAULT "\0" \  	"mmcdev=0\0" \ -	"autoboot=if mmc rescan ${mmcdev}; then " \ +	"autoboot=mmc dev ${mmcdev}; if mmc rescan; then " \  			"if run loadbootscript; then " \  				"run bootscript; " \  			"else " \ |