diff options
Diffstat (limited to 'include/configs/omap3_overo.h')
| -rw-r--r-- | include/configs/omap3_overo.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 0c32100a0..51b04b642 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -161,7 +161,7 @@  		"rootfstype=jffs2\0" \  	"loadbootscript=fatload mmc 0 ${loadaddr} boot.scr\0" \  	"bootscript=echo Running bootscript from mmc ...; " \ -		"autoscr ${loadaddr}\0" \ +		"source ${loadaddr}\0" \  	"loaduimage=fatload mmc 0 ${loadaddr} uImage\0" \  	"mmcboot=echo Booting from mmc ...; " \  		"run mmcargs; " \ |