diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h
index 29510f5c9c926223ca179a5a6d392755cbed1024..48f5fc2d0351fb28b0f4ed06c554d8adb557555f 100644
--- a/include/configs/rpi-common.h
+++ b/include/configs/rpi-common.h
@@ -172,6 +172,7 @@
  *   for any boot script to be up to 1M, which is hopefully plenty.
  */
 #define ENV_MEM_LAYOUT_SETTINGS \
+	"fdt_high=ffffffff\0" \
 	"fdt_addr_r=0x00000100\0" \
 	"pxefile_addr_r=0x00100000\0" \
 	"kernel_addr_r=0x01000000\0" \