]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index ae397166979b0658eb12553f1b8bd537f501502d..102956d24c684b402c0fcc3fa61dc579ea4b7377 100644 (file)
@@ -111,7 +111,7 @@ config RISCV
        select SUPPORT_OF_CONTROL
        select OF_CONTROL
        select DM
-       select SPL_SEPARATE_BSS if SPL
+       imply SPL_SEPARATE_BSS if SPL
        imply DM_SERIAL
        imply DM_ETH
        imply DM_EVENT