summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/fu740/Makefile
diff options
context:
space:
mode:
authorZong Li <zong.li@sifive.com>2021-09-01 10:01:42 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-09-07 05:34:29 +0300
commit835210a125bef56dacb687cb9f4deae61e68e79d (patch)
tree1e85616b1df155501a4d9b1b273eff6c71641457 /arch/riscv/cpu/fu740/Makefile
parent213ed175b0a97313982c8341c34e48f0ea59b60e (diff)
downloadu-boot-835210a125bef56dacb687cb9f4deae61e68e79d.tar.xz
board: sifive: use ccache driver instead of helper function
Invokes the common cache_init function to initialize ccache. Signed-off-by: Zong Li <zong.li@sifive.com> Reviewed-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'arch/riscv/cpu/fu740/Makefile')
-rw-r--r--arch/riscv/cpu/fu740/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/cpu/fu740/Makefile b/arch/riscv/cpu/fu740/Makefile
index 5ef8ac18a7..1d1ad98ba7 100644
--- a/arch/riscv/cpu/fu740/Makefile
+++ b/arch/riscv/cpu/fu740/Makefile
@@ -8,5 +8,4 @@ obj-y += spl.o
else
obj-y += dram.o
obj-y += cpu.o
-obj-y += cache.o
endif