diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rk3288_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index cf6f3557f0..af99d639fe 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -114,11 +114,11 @@ #include <config_distro_bootcmd.h> -/* Linux fails to load the fdt if it's loaded above 512M on a Rock 2 board, so +/* Linux fails to load the fdt if it's loaded above 256M on a Rock 2 board, so * limit the fdt reallocation to that */ #define CONFIG_EXTRA_ENV_SETTINGS \ - "fdt_high=0x1fffffff\0" \ - "initrd_high=0x1fffffff\0" \ + "fdt_high=0x0fffffff\0" \ + "initrd_high=0x0fffffff\0" \ "partitions=" PARTS_DEFAULT \ ENV_MEM_LAYOUT_SETTINGS \ ROCKCHIP_DEVICE_SETTINGS \ |