[U-Boot] [PATCH] ARM: uniphier: fix doubled tftpboot commands

Masahiro Yamada yamada.masahiro at socionext.com
Tue Jul 19 04:36:53 CEST 2016


This downloads the same file twice for nothing.

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 include/configs/uniphier.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 4ebaf84..169c197 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -226,7 +226,6 @@
 		"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
-- 
1.9.1



More information about the U-Boot mailing list