diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 6d12bbcb65..35aff11851 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -67,11 +67,7 @@ #include -/* 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=0x0fffffff\0" \ - "initrd_high=0x0fffffff\0" \ "partitions=" PARTS_DEFAULT \ ENV_MEM_LAYOUT_SETTINGS \ ROCKCHIP_DEVICE_SETTINGS \