summaryrefslogtreecommitdiff
path: root/include/configs/uniphier.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-07-19 11:36:53 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-07-23 23:32:59 +0900
commit72a64348ef937daaca0553e9d8d75b5774555e57 (patch)
tree0403399b01b8b1334498fd9ded0bb5b1e516a743 /include/configs/uniphier.h
parentb7c4d25d26ed021f8c167e0f2ef08d6ab5798f32 (diff)
ARM: uniphier: fix doubled tftpboot commands
This downloads the same file twice for nothing. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r--include/configs/uniphier.h1
1 files changed, 0 insertions, 1 deletions
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
@@ -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