rk3308: add "kernel_addr_no_bl32_r=0x00280000"

it's used to override "kernel_addr_r" when bl32 is disabled.

load kernel as close as possible to the start of system RAM in
order to make full use of memory for kernel.

Change-Id: I3908d34866186bf962d207f0f6d4aac47acdeb7a
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-12-04 17:32:01 +08:00
parent caf555d05f
commit f90a7d862b
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
"scriptaddr=0x00500000\0" \
"pxefile_addr_r=0x00600000\0" \
"fdt_addr_r=0x01f00000\0" \
"kernel_addr_no_bl32_r=0x00280000\0" \
"kernel_addr_r=0x00680000\0" \
"kernel_addr_c=0x02480000\0" \
"ramdisk_addr_r=0x04000000\0"