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 2f532d592..8cd8a1b90 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -167,7 +167,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; " \ |