diff options
Diffstat (limited to 'include/configs/TQM834x.h')
| -rw-r--r-- | include/configs/TQM834x.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index c7b38a296..02a16ac0a 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -528,7 +528,7 @@ extern int tqm834x_num_flash_banks;  	"load=tftp 100000 /tftpboot/tqm834x/u-boot.bin\0"		\  	"update=protect off 80000000 8003ffff; "			\  		"era 80000000 8003ffff; cp.b 100000 80000000 40000\0"	\ -	"upd=run load;run update\0"					\ +	"upd=run load update\0"						\  	""  #define CONFIG_BOOTCOMMAND	"run flash_self" |