
8 Mar
2017
8 Mar
'17
10:01 p.m.
On 28 February 2017 at 19:25, Andre Przywara andre.przywara@arm.com wrote:
The SPL stack is usually located at the end of SRAM A1, where it grows towards the end of the SPL. For the really big AArch64 binaries the stack overwrites code pretty soon, so move the SPL stack to the end of SRAM A2, which is unused at this time.
Signed-off-by: Andre Przywara andre.przywara@arm.com
include/configs/sunxi-common.h | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org