瀏覽代碼

ARM: uniphier: fix doubled tftpboot commands

This downloads the same file twice for nothing.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada 9 年之前
父節點
當前提交
72a64348ef
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/configs/uniphier.h

+ 0 - 1
include/configs/uniphier.h

@@ -225,7 +225,6 @@
 		"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"