diff options
Diffstat (limited to 'include/configs/M54451EVB.h')
| -rw-r--r-- | include/configs/M54451EVB.h | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/include/configs/M54451EVB.h b/include/configs/M54451EVB.h index 588c00c62..cf58239df 100644 --- a/include/configs/M54451EVB.h +++ b/include/configs/M54451EVB.h @@ -140,9 +140,8 @@  	"u-boot=u-boot.bin\0"			\  	"load=tftp ${loadaddr) ${u-boot}\0"	\  	"upd=run load; run prog\0"		\ -	"prog=prot off 0 " MK_STR(CFG_UBOOT_END)\ -	"; era 0 " MK_STR(CFG_UBOOT_END)	\ -	"2ffff;"				\ +	"prog=prot off 0 " MK_STR(CFG_UBOOT_END)	\ +	"; era 0 " MK_STR(CFG_UBOOT_END) " ;"	\  	"cp.b ${loadaddr} 0 ${filesize};"	\  	"save\0"				\  	"" |