Message ID | 1468895813-7176-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 72a64348ef937daaca0553e9d8d75b5774555e57 |
Headers | show |
2016-07-19 11:36 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > This downloads the same file twice for nothing. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
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
This downloads the same file twice for nothing. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- include/configs/uniphier.h | 1 - 1 file changed, 1 deletion(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot