From bc2416fb9555abea343fc17ea2943e43e06a35e0 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Tue, 17 Dec 2019 14:37:42 +0800 Subject: [PATCH] configs: rk322x: remove fdt_high We place it at the address lower than 256MB, remove this in order to enable relocation skip by android_image_separate(). Signed-off-by: Joseph Chen Change-Id: I9fbeb9372a99165cbca0c4dc20582a19316e6e48 --- include/configs/rk322x_common.h | 3 --- 1 file changed, 3 deletions(-) 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 \