configs: rk3288: remove initrd/fdt high
We place them 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: Ic1d5c949572902122547aad830761743dd7ecb05
This commit is contained in:
parent
0453d738ec
commit
e7dc3ddef6
|
|
@ -67,11 +67,7 @@
|
|||
|
||||
#include <config_distro_bootcmd.h>
|
||||
|
||||
/* 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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue