summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-02-05 07:56:07 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-02-13 15:25:52 +0100
commitdfa94058f550e06405e80df4fb277fd306a77cbd (patch)
tree2c27256cdf6d403a9e98bb81f0f25e13112a459b
parente60cfd531a5066f95ece02e1e76fa2c6326761b3 (diff)
downloadblackbird-obmc-uboot-dfa94058f550e06405e80df4fb277fd306a77cbd.tar.gz
blackbird-obmc-uboot-dfa94058f550e06405e80df4fb277fd306a77cbd.zip
zynq: Use full tftpboot command instead of shortcut tftp
The reason is enabling tftpput command where tftp shorcut stops to work for tftpboot. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--include/configs/zynq-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index e7a8e9fb11..3b461e07a6 100644
--- 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} && " \
+ "tftpboot ${load_addr} ${fit_image} && " \
"bootm ${load_addr}\0"
#define CONFIG_BOOTCOMMAND "run $modeboot"
#define CONFIG_BOOTDELAY 3 /* -1 to Disable autoboot */
OpenPOWER on IntegriCloud