configs: toradex-smarc-imx95: set spl_stack
authorMax Krummenacher <max.krummenacher@toradex.com>
Wed, 26 Nov 2025 13:41:04 +0000 (14:41 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 27 Nov 2025 18:39:15 +0000 (12:39 -0600)
commit610a3eb27ea1e68363fffcb3f14b7fc097ef08b6
tree321c65815bd4d0bbfdfda84b4d7fceecacfb20cb
parent962711498ddac6179f1d1f3fa123397ba02a381b
configs: toradex-smarc-imx95: set spl_stack

The SPL_STACK config option now depends on having SPL_HAVE_INIT_STACK
defined. This made savedefconfig dropping SPL_STACK when sending the
initial configuration.
Note that SPL/U-Boot are able to boot linux from mass storage with
SPL_STACK not set but other use cases might run out of stack or
overlap with other RAM use.

Compare with:
commit d6a53f523afe ("spl: Add an SPL_HAVE_INIT_STACK option")
commit 25fefa05d732 ("configs: Resync with savedefconfig")

Fixes: ff0540fcfe49 ("board: toradex: add Toradex SMARC iMX95")
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com>
configs/toradex-smarc-imx95_defconfig