commit | 324463e49dc5868d448e10fa379d1fb0bd348a55 | [log] [tgz] |
---|---|---|
author | Zong Li <zong.li@sifive.com> | Wed Nov 16 07:08:39 2022 +0000 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Dec 08 15:50:22 2022 +0800 |
tree | 943f688a6427d51792346d6d1e33c9c2e8944e76 | |
parent | a3a5d68cdf654d6926441961fd267d6ff1c3aaed [diff] |
riscv: use imply instead of select for SPL_SEPARATE_BSS Use imply instead of select, then it can still be disabled by board-specific defconfig, or be set to n manually. Signed-off-by: Zong Li <zong.li@sifive.com> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Bin Meng <bmeng@tinylab.org>