From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 15 Jan 2015 01:00:53 +0100 Subject: [U-Boot] [PATCHv1 17/22] arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h In-Reply-To: <1421253662-27222-18-git-send-email-dinguyen@opensource.altera.com> References: <1421253662-27222-1-git-send-email-dinguyen@opensource.altera.com> <1421253662-27222-18-git-send-email-dinguyen@opensource.altera.com> Message-ID: <201501150100.54043.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:57 PM, dinguyen at opensource.altera.com wrote: > From: Dinh Nguyen > > Signed-off-by: Dinh Nguyen > --- > include/configs/socfpga_common.h | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/include/configs/socfpga_common.h > b/include/configs/socfpga_common.h index 90ca031..6bcb013 100644 > --- a/include/configs/socfpga_common.h > +++ b/include/configs/socfpga_common.h > @@ -318,6 +318,11 @@ unsigned int cm_get_qspi_controller_clk_hz(void); > #define CONFIG_SPL_WATCHDOG_SUPPORT > #define CONFIG_SPL_SERIAL_SUPPORT > > +/* > + * Stack setup > + */ > +#define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR Acked-by: Marek Vasut Best regards, Marek Vasut