commit | 9d3858d3e88c44071ce7027f5d77d22e593bebf0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 28 05:20:25 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 13 10:36:10 2025 -0600 |
tree | 40b8793e5be1c06801fb24468e64d9e3490dad5d | |
parent | bf7c0cee160adfa8cbea76491b51fb492d1bf9ba [diff] |
spl: Use CONFIG_VAL() to obtain the SPL stack Now that we have the same option for SPL and TPL, simplify the logic for determining the initial stack. Note that this changes behaviour as current SPL_STACK is a fallback for TPL. However, that was likely unintended and can be handled with Kconfig defaults if needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Suggested-by: Tom Rini <trini@konsulko.com>