]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: uniphier: fix doubled tftpboot commands
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 19 Jul 2016 02:36:53 +0000 (11:36 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 23 Jul 2016 14:32:59 +0000 (23:32 +0900)
This downloads the same file twice for nothing.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/uniphier.h

index 4ebaf841ecbc6ffd89c756638bfe5092abcf804d..169c197b3ed9ff72cbf94c03ab73281302196a79 100644 (file)
                "tftpboot $fdt_addr_r $fdt_file &&" \
                "run boot_common\0" \
        "__nfsboot=tftpboot $kernel_addr_r $bootfile &&" \
-               "tftpboot $fdt_addr_r $fdt_file &&" \
                "tftpboot $fdt_addr_r $fdt_file &&" \
                "setenv ramdisk_addr_r - &&" \
                "run boot_common\0"