diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h index 29510f5c9c..48f5fc2d03 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" \