diff options
author | Stefan Roese <sr@denx.de> | 2008-03-07 07:47:30 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-07 07:47:30 +0100 |
commit | 848e03110c0facf3800ea15fdc38e505248ee282 (patch) | |
tree | 1952d6c585f347e372106736c5fb2024b2507380 /include/configs/hcu4.h | |
parent | 218892d12a1b68059ddb7b463a2b42e8406d4e85 (diff) | |
parent | bd4458cb47abecabd406b1210457be96c69fc49d (diff) | |
download | u-boot-848e03110c0facf3800ea15fdc38e505248ee282.tar.gz |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
Diffstat (limited to 'include/configs/hcu4.h')
-rw-r--r-- | include/configs/hcu4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/hcu4.h b/include/configs/hcu4.h index e29cfe7ad5..5a85feb853 100644 --- a/include/configs/hcu4.h +++ b/include/configs/hcu4.h @@ -192,7 +192,7 @@ "load=tftp 100000 hcu4/u-boot.bin\0" \ "update=protect off FFFB0000 FFFFFFFF;era FFFB0000 FFFFFFFF;" \ "cp.b 100000 FFFB0000 50000\0" \ - "upd=run load;run update\0" \ + "upd=run load update\0" \ "vx_rom=hcu4/hcu4_vx_rom\0" \ "vx=tftp ${loadaddr} ${vx_rom};run vxargs; bootvx\0" \ "vxargs=setenv bootargs emac(0,0)c:${vx_rom} e=${ipaddr}" \ |