summaryrefslogtreecommitdiffstats
path: root/include/configs/socfpga_common.h
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@opensource.altera.com>2015-03-30 17:01:12 -0500
committerMarek Vasut <marex@denx.de>2015-04-21 12:23:17 +0200
commita717b811ff2eb37ed9844d1ce00b3d7c07780f2c (patch)
tree380cc1133818d678a15e832e98aac51d548ec1f9 /include/configs/socfpga_common.h
parent9cfafc7551ff280fbbac50754c6941ca79675e7b (diff)
downloadtalos-obmc-uboot-a717b811ff2eb37ed9844d1ce00b3d7c07780f2c.tar.gz
talos-obmc-uboot-a717b811ff2eb37ed9844d1ce00b3d7c07780f2c.zip
arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'include/configs/socfpga_common.h')
-rw-r--r--include/configs/socfpga_common.h5
1 files changed, 5 insertions, 0 deletions
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
OpenPOWER on IntegriCloud