mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-16 04:07:00 +02:00
arm: socfpga: spl: add CONFIG_SPL_STACK to socfpga_common.h
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
parent
9cfafc7551
commit
a717b811ff
@ -305,6 +305,11 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
|
|||||||
#define CONFIG_SPL_WATCHDOG_SUPPORT
|
#define CONFIG_SPL_WATCHDOG_SUPPORT
|
||||||
#define CONFIG_SPL_SERIAL_SUPPORT
|
#define CONFIG_SPL_SERIAL_SUPPORT
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Stack setup
|
||||||
|
*/
|
||||||
|
#define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR
|
||||||
|
|
||||||
#ifdef CONFIG_SPL_BUILD
|
#ifdef CONFIG_SPL_BUILD
|
||||||
#undef CONFIG_PARTITIONS
|
#undef CONFIG_PARTITIONS
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user