commit | abe44089cf2834699183c8634477ce5632c7ab0f | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Fri Oct 18 15:54:16 2019 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sun Nov 10 20:40:20 2019 +0800 |
tree | 585fb3a3eba902fce52687f7e8c224f3d7228c20 | |
parent | 133f85c8d6a050dc9b9fc37c6f9313ece15b5802 [diff] |
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>