Re: [PATCH v5 2/5] common: board_r: support enable_caches for RISC-V

2021-09-01 Thread Rick Chen
; Subject: [PATCH v5 2/5] common: board_r: support enable_caches for RISC-V > > The enable_caches is a generic hook for architecture-implemented, we leverage > this function to enable caches for RISC-V > > Signed-off-by: Zong Li > --- > arch/riscv/lib/cache.c | 4 > commo

[PATCH v5 2/5] common: board_r: support enable_caches for RISC-V

2021-09-01 Thread Zong Li
The enable_caches is a generic hook for architecture-implemented, we leverage this function to enable caches for RISC-V Signed-off-by: Zong Li --- arch/riscv/lib/cache.c | 4 common/board_r.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/riscv/lib/cache