tpl: Rename TPL_NEEDS_SEPARATE_STACK to TPL_HAVE_INIT_STACK
authorSimon Glass <sjg@chromium.org>
Fri, 28 Feb 2025 12:20:23 +0000 (05:20 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 13 Mar 2025 16:35:22 +0000 (10:35 -0600)
commite7741f11246102a9bf5e3b5585bb5688afe588b7
tree7a66858c1fd2f6b57690f849bb2c43de0dce950b
parent87f00c3ba5993e40fdbe1fadcfe69191e4cacd33
tpl: Rename TPL_NEEDS_SEPARATE_STACK to TPL_HAVE_INIT_STACK

The most common word for features that make a platform work is to use
'HAVE_xxx'. Rename this option to match.

Update the help to use the word 'phase' rather than 'stage', since
that is the current terminology. Also clarify that, absent this setting,
the stack pointer generally comes from the value used by U-Boot proper,
rather than SPL.

Move the option just above TPL_STACK which depends on it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/crt0.S
arch/arm/lib/crt0_64.S
arch/arm/mach-rockchip/Kconfig
common/spl/Kconfig.tpl
configs/mk808_defconfig