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:
parent
e7dc3ddef6
commit
bc2416fb95
|
|
@ -50,10 +50,7 @@
|
||||||
|
|
||||||
#include <config_distro_bootcmd.h>
|
#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 \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
"fdt_high=0x7fffffff\0" \
|
|
||||||
"partitions=" PARTS_DEFAULT \
|
"partitions=" PARTS_DEFAULT \
|
||||||
ENV_MEM_LAYOUT_SETTINGS \
|
ENV_MEM_LAYOUT_SETTINGS \
|
||||||
ROCKCHIP_DEVICE_SETTINGS \
|
ROCKCHIP_DEVICE_SETTINGS \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue