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:
parent
21ab40a873
commit
203b897e05
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue