commit | 8dda5963ffb19531534903ee4b012ca32b7cf2fe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 24 10:06:06 2021 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 01 15:33:24 2021 +0800 |
tree | 58e6f8588d3a45794160f2c6704bfe7df124bbfb | |
parent | be6f9588ab71fa0f73f06aeb20f625fde0640950 [diff] |
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>