projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e60cfd5
)
zynq: Use full tftpboot command instead of shortcut tftp
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 5 Feb 2014 06:56:07 +0000
(07:56 +0100)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Thu, 13 Feb 2014 14:25:52 +0000
(15:25 +0100)
The reason is enabling tftpput command where
tftp shorcut stops to work for tftpboot.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq-common.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index e7a8e9fb11bec8ef68d64b0a477275e50ecc58f5..3b461e07a63bdafe75a142fd8faa99f9f4466b7a 100644
(file)
--- a/
include/configs/zynq-common.h
+++ b/
include/configs/zynq-common.h
@@
-164,7
+164,7
@@
"fatload mmc 0 ${load_addr} ${fit_image} && " \
"bootm ${load_addr}\0" \
"jtagboot=echo TFTPing FIT to RAM... && " \
- "tftp ${load_addr} ${fit_image} && " \
+ "tftp
boot
${load_addr} ${fit_image} && " \
"bootm ${load_addr}\0"
#define CONFIG_BOOTCOMMAND "run $modeboot"
#define CONFIG_BOOTDELAY 3 /* -1 to Disable autoboot */