summaryrefslogtreecommitdiff
path: root/include/configs/TQM834x.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-03-07 07:47:30 +0100
committerStefan Roese <sr@denx.de>2008-03-07 07:47:30 +0100
commit848e03110c0facf3800ea15fdc38e505248ee282 (patch)
tree1952d6c585f347e372106736c5fb2024b2507380 /include/configs/TQM834x.h
parent218892d12a1b68059ddb7b463a2b42e8406d4e85 (diff)
parentbd4458cb47abecabd406b1210457be96c69fc49d (diff)
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r--include/configs/TQM834x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h
index c7b38a2967..02a16ac0a6 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"