On Sun, Jan 17, 2021 at 5:54 AM Simon Glass <s...@chromium.org> wrote: > > 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 <s...@chromium.org> > --- > > arch/x86/cpu/u-boot-spl.lds | 2 ++ > 1 file changed, 2 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>