From: Svyatoslav Ryhel Date: Sat, 29 Mar 2025 15:25:30 +0000 (+0200) Subject: configs: ouya: add missing SPL_HAVE_INIT_STACK option X-Git-Tag: v2025.07-rc1~18^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffe03d963c3a4eb71ce3445c8033f6a15e56553f;p=pandora-u-boot.git configs: ouya: add missing SPL_HAVE_INIT_STACK option Ouya 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 --- diff --git a/configs/ouya_defconfig b/configs/ouya_defconfig index ccd6ae4d36f..d4ae9dbb57c 100644 --- a/configs/ouya_defconfig +++ b/configs/ouya_defconfig @@ -26,6 +26,7 @@ CONFIG_SYS_PBSIZE=2084 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