]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: config: update CONFIG_SPL_MAX_SIZE for 64bit CPUs
authorKever Yang <kever.yang@rock-chips.com>
Fri, 18 Oct 2019 07:54:16 +0000 (15:54 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 10 Nov 2019 12:40:20 +0000 (20:40 +0800)
commit3530616a66d810b05feb3eb809308de995d19828
tree585fb3a3eba902fce52687f7e8c224f3d7228c20
parent5aa630b2c5af7d66c887d4287fedb354dd9bde64
rockchip: config: update CONFIG_SPL_MAX_SIZE for 64bit CPUs

Since we move the ATF bl31 entry for 64bit CPUs to 0x40000, we need to
limit the SPL size in 0x40000(start from 0) so that we don't need to do
the relocate for ATF loading.
Note that there will be separate BSS, STACK and MALLOC heap, so the size
0x40000(256KB) should be enough for SPL text.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
include/configs/rk3328_common.h
include/configs/rk3368_common.h
include/configs/rk3399_common.h