configs: mocha: add missing SPL_HAVE_INIT_STACK option
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 29 Mar 2025 15:43:46 +0000 (17:43 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 30 Mar 2025 08:16:47 +0000 (11:16 +0300)
Mocha was added and tested right before this config option was added. Add
it to restore proper booting.

Fixes: d6a53f52 ("spl: Add an SPL_HAVE_INIT_STACK option")
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
configs/mocha_defconfig

index 0cbedb2..dfeb16a 100644 (file)
@@ -28,6 +28,7 @@ CONFIG_SYS_PBSIZE=2086
 CONFIG_SPL_FOOTPRINT_LIMIT=y
 CONFIG_SPL_MAX_FOOTPRINT=0x8000
 # 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=0x80090000