include: rk3188: move fdt to 131M and ramdisk to 162M

It avoids fdt overlap with large boot.img/recovery.img, moving
fdt ahead of boot.img/recovery.img and moving ramdisk backward
is safer.

Change-Id: I362ff778dbdae42e667dcfc054dc1a0f5e06aa6c
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-01-18 14:57:58 +08:00 committed by Jianhong Chen
parent e8f1e17334
commit b0df67a8f7
1 changed files with 2 additions and 2 deletions

View File

@ -64,9 +64,9 @@
#define ENV_MEM_LAYOUT_SETTINGS \
"scriptaddr=0x60000000\0" \
"pxefile_addr_r=0x60100000\0" \
"fdt_addr_r=0x61f00000\0" \
"fdt_addr_r=0x68300000\0" \
"kernel_addr_r=0x62000000\0" \
"ramdisk_addr_r=0x64000000\0"
"ramdisk_addr_r=0x6a200000\0"
#include <config_distro_bootcmd.h>