arm: Use CONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR directly.
authorTom Rini <trini@konsulko.com>
Tue, 24 May 2022 17:11:41 +0000 (13:11 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:12 +0000 (12:09 -0400)
commit85758d8aa1337fdba794e235df7ecf5d2118f05e
tree470c4a5bdc6fb81c414113112e8259eabbe6342f
parent3b2979eefaeb46d2f978e13c33bb88ec0e7ee09a
arm: Use CONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR directly.

In some cases, we define CONFIG_SYS_INIT_SP_ADDR differently for SPL or
full U-Boot.  This case should be making use of CONFIG_SPL_STACK, as
that's what that variable is for.  In a few other cases we define
CONFIG_SPL_STACK directly to CONFIG_SYS_INIT_SP_ADDR, but do not need to
as the code handles this correctly, normally.

Signed-off-by: Tom Rini <trini@konsulko.com>
15 files changed:
include/configs/imxrt1020-evk.h
include/configs/imxrt1050-evk.h
include/configs/sam9x60_curiosity.h
include/configs/sama5d27_som1_ek.h
include/configs/sama5d27_wlsom1_ek.h
include/configs/sama5d2_icp.h
include/configs/sama5d2_xplained.h
include/configs/sama5d3_xplained.h
include/configs/sama5d3xek.h
include/configs/sama5d4_xplained.h
include/configs/sama5d4ek.h
include/configs/sama7g5ek.h
include/configs/smartweb.h
include/configs/socfpga_soc64_common.h
include/configs/stm32f746-disco.h