From: Dinh Nguyen Date: Mon, 30 Mar 2015 22:01:12 +0000 (-0500) Subject: arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h X-Git-Tag: v2015.07-rc1~61^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a717b811ff2eb37ed9844d1ce00b3d7c07780f2c;p=oweals%2Fu-boot.git arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h Signed-off-by: Dinh Nguyen --- diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 9b29c6059a..1111c16ee4 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -305,6 +305,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