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 <chenjh@rock-chips.com>
Change-Id: I9fbeb9372a99165cbca0c4dc20582a19316e6e48
This commit is contained in:
Joseph Chen 2019-12-17 14:37:42 +08:00
parent e7dc3ddef6
commit bc2416fb95
1 changed files with 0 additions and 3 deletions

View File

@ -50,10 +50,7 @@
#include <config_distro_bootcmd.h>
/* 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 \