toradex-smarc-imx8mp: add SPL_STACK size and SPL_HAVE_INIT_STACK
authorHiago De Franco <hiago.franco@toradex.com>
Thu, 12 Jun 2025 14:09:23 +0000 (11:09 -0300)
committerTom Rini <trini@konsulko.com>
Thu, 12 Jun 2025 14:44:30 +0000 (08:44 -0600)
commitc36ab3256c806dca14ab083d64905d243d2aa751
tree178f92f06c67de40ed837a0b127e8b334a5207ca
parent461f357fa9fa29886c787583d42e7a8d2cd14feb
toradex-smarc-imx8mp: add SPL_STACK size and SPL_HAVE_INIT_STACK

When the toradex-smarc-imx8mp_defconfig file was first added, SPL_STACK
was set to 0x960000, but SPL_HAVE_INIT_STACK wasn't enabled.

This led to SPL_STACK being correctly dropped in commit 25fefa05d732
("configs: Resync with savedefconfig"), since SPL_HAVE_INIT_STACK was
missing, which ended up making the board not boot.

Fix this by adding SPL_STACK back and making sure SPL_HAVE_INIT_STACK is
enabled.

Fixes: dde53eae88d6 ("board: toradex: add Toradex SMARC iMX8MP")
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com>
configs/toradex-smarc-imx8mp_defconfig