From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 4 Mar 2015 14:14:21 +0100 Subject: [U-Boot] [PATCHv2 12/20] arm: socfpga: spl: add the stack in OCRAM In-Reply-To: <1425313688-23595-13-git-send-email-dinguyen@opensource.altera.com> References: <1425313688-23595-1-git-send-email-dinguyen@opensource.altera.com> <1425313688-23595-13-git-send-email-dinguyen@opensource.altera.com> Message-ID: <201503041414.21191.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, March 02, 2015 at 05:28:00 PM, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > Allocate a stack in the OCRAM for the SPL to use. > > Signed-off-by: Dinh Nguyen Hi! Setting CONFIG_SPL_STACK to point to SRAM end will do exactly the same thing. You might need to use generic u-boot-spl.lds for that though. Best regards, Marek Vasut