diff --git a/include/configs/rk322x_common.h b/include/configs/rk322x_common.h index 6c1e3e77db..da4eac28a0 100644 --- a/include/configs/rk322x_common.h +++ b/include/configs/rk322x_common.h @@ -50,10 +50,7 @@ #include -/* Linux fails to load the fdt if it's loaded above 512M on a evb-rk3036 board, - * so limit the fdt reallocation to that */ #define CONFIG_EXTRA_ENV_SETTINGS \ - "fdt_high=0x7fffffff\0" \ "partitions=" PARTS_DEFAULT \ ENV_MEM_LAYOUT_SETTINGS \ ROCKCHIP_DEVICE_SETTINGS \