Skip to content
Snippets Groups Projects
Commit 72a64348 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: fix doubled tftpboot commands


This downloads the same file twice for nothing.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent b7c4d25d
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,6 @@ ...@@ -225,7 +225,6 @@
"tftpboot $fdt_addr_r $fdt_file &&" \ "tftpboot $fdt_addr_r $fdt_file &&" \
"run boot_common\0" \ "run boot_common\0" \
"__nfsboot=tftpboot $kernel_addr_r $bootfile &&" \ "__nfsboot=tftpboot $kernel_addr_r $bootfile &&" \
"tftpboot $fdt_addr_r $fdt_file &&" \
"tftpboot $fdt_addr_r $fdt_file &&" \ "tftpboot $fdt_addr_r $fdt_file &&" \
"setenv ramdisk_addr_r - &&" \ "setenv ramdisk_addr_r - &&" \
"run boot_common\0" "run boot_common\0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment