Add Kconfig item for Starfive JH7110 to select SPL_ZERO_MEM_BEFORE_USE.

Signed-off-by: Bo Gan <[email protected]>
Signed-off-by: Shengyu Qu <[email protected]>
---
 arch/riscv/cpu/jh7110/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/riscv/cpu/jh7110/Kconfig b/arch/riscv/cpu/jh7110/Kconfig
index 4d9581165b..2e26d0731f 100644
--- a/arch/riscv/cpu/jh7110/Kconfig
+++ b/arch/riscv/cpu/jh7110/Kconfig
@@ -13,6 +13,7 @@ config STARFIVE_JH7110
        select SUPPORT_SPL
        select SPL_RAM if SPL
        select SPL_STARFIVE_DDR
+       select SPL_ZERO_MEM_BEFORE_USE
        select PINCTRL_STARFIVE_JH7110
        imply MMC
        imply MMC_BROKEN_CD
-- 
2.41.0

Reply via email to