soc: sifive: ccache: Fix to use soc starfive jh7110 addr
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 11 Jul 2023 06:51:37 +0000 (15:51 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:25:20 +0000 (08:25 +0900)
Fix to use jh7110 address when using jh110 soc.

Change-Id: Id282ec6f67b73336f89118f4e3446e953a27f270
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
drivers/soc/sifive/Kconfig

index d37cfc6..c6e356e 100644 (file)
@@ -14,13 +14,13 @@ if SIFIVE_FLUSH
 
 config SIFIVE_FLUSH_START
        hex "Level 2 Cache Flush operation start"
+       default 0x40000000 if SOC_STARFIVE
        default 0x80000000
-       default 0x40000000 if SOC_STARFIVE_JH7110
 
 config SIFIVE_FLUSH_SIZE
        hex "Level 2 Cache Flush operation size"
+       default 0x400000000 if SOC_STARFIVE
        default 0x800000000
-       default 0x400000000 if SOC_STARFIVE_JH7110
 
 endif # SIFIVE_FLUSH
 endif