include: rk3368: move fdt addr to 131MB

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

Change-Id: I182f5b49840d10a53fb026ee3e93cab6da2b4bb7
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-01-18 14:45:06 +08:00 committed by Jianhong Chen
parent 2e8ea5b0f6
commit 35cad2073f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
#define ENV_MEM_LAYOUT_SETTINGS \
"scriptaddr=0x00500000\0" \
"pxefile_addr_r=0x00600000\0" \
"fdt_addr_r=0x01f00000\0" \
"fdt_addr_r=0x08300000\0" \
"kernel_addr_r=0x00280000\0" \
"ramdisk_addr_r=0x0a200000\0"