diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 4ebaf841ecbc6ffd89c756638bfe5092abcf804d..169c197b3ed9ff72cbf94c03ab73281302196a79 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"