diff options
| author | Simon Glass <sjg@chromium.org> | 2025-02-28 05:20:24 -0700 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-03-13 10:36:09 -0600 |
| commit | d6a53f523afea94fb20fe4f9babcd880833372f1 (patch) | |
| tree | 45d8ece8748e0de6a6989682aa58fb2e1be9fc3a /configs/ls1021aqds_sdcard_qspi_defconfig | |
| parent | e7741f11246102a9bf5e3b5585bb5688afe588b7 (diff) | |
spl: Add an SPL_HAVE_INIT_STACK option
At present there is a hex value SPL_STACK which both determines whether
SPL has its own initial stack and the hex value of that stack.
Split off the former into SPL_HAVE_INIT_STACK with SPL_STACK depending
on that and only providing the latter.
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Resync defconfig files]
Diffstat (limited to 'configs/ls1021aqds_sdcard_qspi_defconfig')
| -rw-r--r-- | configs/ls1021aqds_sdcard_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021aqds_sdcard_qspi_defconfig b/configs/ls1021aqds_sdcard_qspi_defconfig index e466c3df145..58d1a68f595 100644 --- a/configs/ls1021aqds_sdcard_qspi_defconfig +++ b/configs/ls1021aqds_sdcard_qspi_defconfig @@ -55,6 +55,7 @@ CONFIG_SPL_MAX_SIZE=0x1a000 CONFIG_SPL_PAD_TO=0x1c000 CONFIG_SPL_FSL_PBL=y # CONFIG_SPL_SHARES_INIT_SP_ADDR is not set +CONFIG_SPL_HAVE_INIT_STACK=y CONFIG_SPL_SYS_MALLOC=y CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x820c0000 |
