]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: spl: Make moving BSS conditional
authorSimon Glass <sjg@chromium.org>
Sun, 24 Jan 2021 17:06:06 +0000 (10:06 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 1 Feb 2021 07:33:24 +0000 (15:33 +0800)
commit76baecf6702bfb6ccf9fb316edc4b6737fa6602c
tree58e6f8588d3a45794160f2c6704bfe7df124bbfb
parent37c664e82534ad84d2f7c06ce7d6459fa6bd24ae
x86: spl: Make moving BSS conditional

At present BSS is always placed in SDRAM. If a separate BSS is not in use
this means that BSS doesn't work as expected. Make the setting conditional
on the SEPARATE_BSS option.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/u-boot-spl.lds