mvebu: Use CONFIG_SPL_STACK + 4 directly for bootparam location
authorTom Rini <trini@konsulko.com>
Tue, 24 May 2022 13:57:18 +0000 (09:57 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:12 +0000 (12:09 -0400)
commit3b2979eefaeb46d2f978e13c33bb88ec0e7ee09a
treefec9d6d4a8174f84968a10e0117068ff366a212c
parent3135ba642f9a02a3a45d978d2425c1488d6efbbd
mvebu: Use CONFIG_SPL_STACK + 4 directly for bootparam location

The definition of CONFIG_SPL_BOOTROM_SAVE is always a fixed
CONFIG_SPL_STACK + 4, while CONFIG_SPL_STACK is not constant.  This
change will make it clear where the location is still, once
CONFIG_SPL_STACK moves to Kconfig.

Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
14 files changed:
arch/arm/mach-mvebu/lowlevel_spl.S
arch/arm/mach-mvebu/spl.c
include/configs/clearfog.h
include/configs/controlcenterdc.h
include/configs/db-88f6720.h
include/configs/db-88f6820-amc.h
include/configs/db-88f6820-gp.h
include/configs/db-mv784mp-gp.h
include/configs/ds414.h
include/configs/helios4.h
include/configs/maxbcm.h
include/configs/theadorable.h
include/configs/turris_omnia.h
include/configs/x530.h