mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
ARM: uniphier: fix doubled tftpboot commands
This downloads the same file twice for nothing. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user