Skip to content
Snippets Groups Projects
Commit 6024467b authored by Kever Yang's avatar Kever Yang
Browse files

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: default avatarKever Yang <kever.yang@rock-chips.com>
parent 006ab58d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment