From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 8 Mar 2017 14:01:09 -0700 Subject: [U-Boot] [PATCH 09/17] sunxi: A64: move SPL stack to end of SRAM A2 In-Reply-To: <1488335129-12363-10-git-send-email-andre.przywara@arm.com> References: <1488335129-12363-1-git-send-email-andre.przywara@arm.com> <1488335129-12363-10-git-send-email-andre.przywara@arm.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28 February 2017 at 19:25, Andre Przywara 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 > --- > include/configs/sunxi-common.h | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Simon Glass