commit | 89ca3438a8fa49aaf235062b9c2495ef5166c751 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 24 13:11:41 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:12 2022 -0400 |
tree | 470c4a5bdc6fb81c414113112e8259eabbe6342f | |
parent | a276bc785031ff5dc66222918a47b149854fd382 [diff] |
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>