]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Use full tftpboot command instead of shortcut tftp
authorMichal Simek <michal.simek@xilinx.com>
Fri, 31 Jan 2014 08:38:38 +0000 (09:38 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 7 Feb 2014 06:57:54 +0000 (07:57 +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

index 448b152737d7e015c76acce97c3f1cbc8e3951fa..5dbe835bb21c178fbb3f7cfe236ea39449362af6 100644 (file)
                "nand read 0x2000000 0x620000 ${ramdisk_size} && " \
                "bootm 0x3000000 0x2000000 0x2A00000\0" \
        "jtagboot=echo TFTPing Linux to RAM... && " \
-               "tftp 0x3000000 ${kernel_image} && " \
-               "tftp 0x2A00000 ${devicetree_image} && " \
-               "tftp 0x2000000 ${ramdisk_image} && " \
+               "tftpboot 0x3000000 ${kernel_image} && " \
+               "tftpboot 0x2A00000 ${devicetree_image} && " \
+               "tftpboot 0x2000000 ${ramdisk_image} && " \
                "bootm 0x3000000 0x2000000 0x2A00000\0" \
        "rsa_norboot=echo Copying Image from NOR flash to RAM... && " \
                "cp.b 0xE2100000 0x100000 ${boot_size} && " \
                "zynqrsa 0x100000 && " \
                "bootm 0x3000000 0x2000000 0x2A00000\0" \
        "rsa_jtagboot=echo TFTPing Image to RAM... && " \
-               "tftp 0x100000 ${boot_image} && " \
+               "tftpboot 0x100000 ${boot_image} && " \
                "zynqrsa 0x100000 && " \
                "bootm 0x3000000 0x2000000 0x2A00000\0"