commit | 006ab58d4636124f617174fa2dfe24739874ee91 | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Fri Oct 18 15:54:15 2019 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Sun Nov 10 20:40:20 2019 +0800 |
tree | 2ca8b1e300dfa25d610efd644dc863d686b754f8 | |
parent | 4b294886d03e9989d6ff163eef04da4927f75952 [diff] |
rockchip: rk3399: update SPL_STACK_R_ADDR Use the same SPL_STACK_R_ADDR in Kconfig instead of each board config; default to 0x4000000(64MB) instead of 0x80000(512KB) for this address can support all the SoCs including those may have only 64MB memory, and also reserve enough space for atf, kernel(in falcon mode) loading. After the ATF entry move to 0x40000, the stack from 0x80000 may be override when loading ATF bl31. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>