include: rk3066: 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: Ida5470874e8373026112236db59d30ebd9c58f37
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-01-18 14:56:32 +08:00 committed by Jianhong Chen
parent fe8a91a828
commit 8dc327b1d8
1 changed files with 2 additions and 2 deletions

View File

@ -53,9 +53,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>