rockchip: rk3308: boot kernel Image at 0x00680000 for aarch64

According to commit c791e8a8("rockchip: rk3308: set text base to
0x00600000").

Boot aarch64 kernel Image from 0x680000(6M + 512KB) will make
better usage of the ram space.

Load compressed zImage to 0x02480000(36M + 512 KB), then decompress
it to 0x680000.

Change-Id: I08760029ab4daf442ec97b9074db40c54b1413e7
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
Andy Yan 2018-11-28 16:01:56 +08:00 committed by Jianhong Chen
parent 21ab40a873
commit 203b897e05
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
"scriptaddr=0x00500000\0" \
"pxefile_addr_r=0x00600000\0" \
"fdt_addr_r=0x01f00000\0" \
"kernel_addr_r=0x02080000\0" \
"kernel_addr_c=0x01880000\0" \
"kernel_addr_r=0x00680000\0" \
"kernel_addr_c=0x02480000\0" \
"ramdisk_addr_r=0x04000000\0"
#else
#define ENV_MEM_LAYOUT_SETTINGS \