]> git.dujemihanovic.xyz Git - u-boot.git/commit
armv8: Support not having separate BSS
authorSimon Glass <sjg@chromium.org>
Fri, 20 Sep 2024 07:24:33 +0000 (09:24 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 3 Oct 2024 17:52:16 +0000 (11:52 -0600)
commita3403e6fbf80412a04ddbb033b3235aa03b04efa
tree2493e748e122614f1c6a78d1efd67f1b58e1e929
parent5d93d8137ddfcb58f23d6038feefca27f656a463
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>
arch/arm/cpu/armv8/u-boot-spl.lds