]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h
authorDinh Nguyen <dinguyen@opensource.altera.com>
Mon, 30 Mar 2015 22:01:12 +0000 (17:01 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:25 +0000 (22:29 +0200)
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
include/configs/socfpga_common.h

index 9b29c6059aa8e35337c93fa650989e0682bb43bb..1111c16ee474f8fc93ea763b69e7e1eb4809445f 100644 (file)
@@ -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