diff options
author | Svyatoslav Ryhel <clamor95@gmail.com> | 2025-03-29 17:43:46 +0200 |
---|---|---|
committer | Svyatoslav Ryhel <clamor95@gmail.com> | 2025-03-30 11:16:47 +0300 |
commit | 5c0f34a0c9ea2fb34d608a5adb6632230b1c273c (patch) | |
tree | b0f3799a1b8e89502cc7b7b54c1ebd475def35c1 | |
parent | ffe03d963c3a4eb71ce3445c8033f6a15e56553f (diff) |
configs: mocha: add missing SPL_HAVE_INIT_STACK option
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>
-rw-r--r-- | configs/mocha_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mocha_defconfig b/configs/mocha_defconfig index 0cbedb21797..dfeb16ac08e 100644 --- a/configs/mocha_defconfig +++ b/configs/mocha_defconfig @@ -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 |