[PATCH v5 4/5] board: sifive: use ccache driver instead of helper function
Rick Chen
rickchen36 at gmail.com
Wed Sep 1 10:27:31 CEST 2021
> From: Zong Li <zong.li at sifive.com>
> Sent: Wednesday, September 01, 2021 3:02 PM
> To: Rick Jian-Zhi Chen(陳建志) <rick at andestech.com>; Leo Yu-Chi Liang(梁育齊) <ycliang at andestech.com>; bmeng.cn at gmail.com; seanga2 at gmail.com; green.wan at sifive.com; paul.walmsley at sifive.com; sjg at chromium.org; u-boot at lists.denx.de
> Cc: Zong Li <zong.li at sifive.com>
> 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 <zong.li at sifive.com>
> Reviewed-by: Sean Anderson <seanga2 at gmail.com>
> ---
> arch/riscv/cpu/fu540/Kconfig | 2 +
> arch/riscv/cpu/fu540/Makefile | 1 -
> arch/riscv/cpu/fu540/cache.c | 55 -----------------------
> arch/riscv/cpu/fu740/Kconfig | 2 +
> arch/riscv/cpu/fu740/Makefile | 1 -
> arch/riscv/cpu/fu740/cache.c | 55 -----------------------
> arch/riscv/include/asm/arch-fu540/cache.h | 14 ------ arch/riscv/include/asm/arch-fu740/cache.h | 14 ------
> board/sifive/unleashed/unleashed.c | 10 +----
> board/sifive/unmatched/unmatched.c | 11 ++---
Reviewed-by: Rick Chen <rick at andestech.com>
More information about the U-Boot
mailing list