Re: [PATCH v5 4/5] board: sifive: use ccache driver instead of helper function

2021-09-01 Thread Rick Chen
; Subject: [PATCH v5 4/5] board: sifive: use ccache driver instead of helper > function > > Invokes the common cache_init function to initialize ccache. > > Signed-off-by: Zong Li > Reviewed-by: Sean Anderson > --- > arch/riscv/cpu/fu540/Kconfig | 2 + &

[PATCH v5 4/5] board: sifive: use ccache driver instead of helper function

2021-09-01 Thread Zong Li
Invokes the common cache_init function to initialize ccache. Signed-off-by: Zong Li Reviewed-by: Sean Anderson --- arch/riscv/cpu/fu540/Kconfig | 2 + arch/riscv/cpu/fu540/Makefile | 1 - arch/riscv/cpu/fu540/cache.c | 55 --- arch/ris