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 4ebaf84..169c197 100644 (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"
 #endif