Преглед на файлове

arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Dinh Nguyen преди 10 години
родител
ревизия
a717b811ff
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      include/configs/socfpga_common.h

+ 5 - 0
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