summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/riscv/cpu/jh7110/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/cpu/jh7110/Makefile b/arch/riscv/cpu/jh7110/Makefile
index 74ce2d8fbc..89489e4405 100644
--- a/arch/riscv/cpu/jh7110/Makefile
+++ b/arch/riscv/cpu/jh7110/Makefile
@@ -6,7 +6,7 @@ ifeq ($(CONFIG_SPL_BUILD),y)
obj-y += spl.o
else
obj-y += cpu.o
-obj-$(CONFIG_STARFIVE_JH7110_L2CC_FLUSH) += cache.o
+obj-y += cache.o
endif
obj-y += dram.o
obj-y += pll.o