diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-03-30 17:01:12 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-04-21 12:23:17 +0200 |
commit | a717b811ff2eb37ed9844d1ce00b3d7c07780f2c (patch) | |
tree | 380cc1133818d678a15e832e98aac51d548ec1f9 | |
parent | 9cfafc7551ff280fbbac50754c6941ca79675e7b (diff) | |
download | u-boot-imx-a717b811ff2eb37ed9844d1ce00b3d7c07780f2c.zip u-boot-imx-a717b811ff2eb37ed9844d1ce00b3d7c07780f2c.tar.gz u-boot-imx-a717b811ff2eb37ed9844d1ce00b3d7c07780f2c.tar.bz2 |
arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
-rw-r--r-- | include/configs/socfpga_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 9b29c60..1111c16 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 |