riscv: use imply instead of select for SPL_SEPARATE_BSS
authorZong Li <zong.li@sifive.com>
Wed, 16 Nov 2022 07:08:39 +0000 (07:08 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 8 Dec 2022 07:50:22 +0000 (15:50 +0800)
commit57b9900cd59ad492f74390515901788459f1e8aa
tree943f688a6427d51792346d6d1e33c9c2e8944e76
parentac14155a2a73b7f517ef356c1bf823b9f0eaf88d
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>
arch/Kconfig