commit | 57b9900cd59ad492f74390515901788459f1e8aa | [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 | ac14155a2a73b7f517ef356c1bf823b9f0eaf88d [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>