commit | a276bc785031ff5dc66222918a47b149854fd382 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 24 09:57:18 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:12 2022 -0400 |
tree | fec9d6d4a8174f84968a10e0117068ff366a212c | |
parent | 56bf6a8a9321e8ec9d0e9d0a96939120bcb85088 [diff] |
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>