From: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Tue, 19 Jul 2016 02:36:53 +0000 (+0900)
Subject: ARM: uniphier: fix doubled tftpboot commands
X-Git-Tag: v2025.01-rc5-pxa1908~8913
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=72a64348ef937daaca0553e9d8d75b5774555e57;p=u-boot.git

ARM: uniphier: fix doubled tftpboot commands

This downloads the same file twice for nothing.

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

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 4ebaf841ec..169c197b3e 100644
--- a/include/configs/uniphier.h
+++ b/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"