commit | 699f8a0de62d96a97be58d5d9d4c1ca1a4724907 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 20 09:24:33 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 03 11:52:16 2024 -0600 |
tree | 2493e748e122614f1c6a78d1efd67f1b58e1e929 | |
parent | 35a8956268b8873e880bfec24ec1962b8d5a47f7 [diff] |
armv8: Support not having separate BSS Separate BSS is current mandatory on armv8 but this is not useful for early boot phases. Add support for the combined BSS. Use an #ifdef to avoid using CONFIG_SPL_BSS_START_ADDR which is not valid in this case. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>