diff mbox

[U-Boot,PATCHv1,17/22] arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h

Message ID 1421253662-27222-18-git-send-email-dinguyen@opensource.altera.com
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Dinh Nguyen Jan. 14, 2015, 4:40 p.m. UTC
From: Dinh Nguyen <dinguyen@opensource.altera.com>

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
---
 include/configs/socfpga_common.h | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Marek Vasut Jan. 15, 2015, midnight UTC | #1
On Wednesday, January 14, 2015 at 05:40:57 PM, dinguyen@opensource.altera.com 
wrote:
> From: Dinh Nguyen <dinguyen@opensource.altera.com>
> 
> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
> ---
>  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 <marex@denx.de>

Best regards,
Marek Vasut
Pavel Machek Jan. 16, 2015, 9:56 p.m. UTC | #2
On Wed 2015-01-14 10:40:57, dinguyen@opensource.altera.com wrote:
> From: Dinh Nguyen <dinguyen@opensource.altera.com>
> 
> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>

Acked-by: Pavel Machek <pavel@denx.de>
diff mbox

Patch

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
+
 #ifdef CONFIG_SPL_BUILD
 #undef CONFIG_PARTITIONS
 #endif