From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 15 Jan 2015 00:59:55 +0100 Subject: [U-Boot] [PATCHv1 16/22] arm: socfpga: spl: add the stack in OCRAM In-Reply-To: <1421253662-27222-17-git-send-email-dinguyen@opensource.altera.com> References: <1421253662-27222-1-git-send-email-dinguyen@opensource.altera.com> <1421253662-27222-17-git-send-email-dinguyen@opensource.altera.com> Message-ID: <201501150059.55670.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 Wednesday, January 14, 2015 at 05:40:56 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 > --- > arch/arm/cpu/armv7/socfpga/u-boot-spl.lds | 7 +++++++ > include/configs/socfpga_common.h | 1 + > 2 files changed, 8 insertions(+) Hi! You really don't need 4KiB stack in SDRAM, do you ? The OCRAM should be plenty for this purpose. Best regards, Marek Vasut