Re: [RFC PATCH 3/3] riscv: cpu: jh7110: fallback to generic cleanup_before_linux()

2025-02-02 Thread Leo Liang
On Thu, Jan 23, 2025 at 09:11:35AM +, Yao Zi wrote: > JH7110 SoC requires no specific handling before entering Linux kernel. > Let's drop the specific implementation to avoid duplication. > > Signed-off-by: Yao Zi > --- > arch/riscv/cpu/jh7110/Makefile | 1 - > arch/riscv/cpu/jh7110/cpu.c

[RFC PATCH 3/3] riscv: cpu: jh7110: fallback to generic cleanup_before_linux()

2025-01-23 Thread Yao Zi
JH7110 SoC requires no specific handling before entering Linux kernel. Let's drop the specific implementation to avoid duplication. Signed-off-by: Yao Zi --- arch/riscv/cpu/jh7110/Makefile | 1 - arch/riscv/cpu/jh7110/cpu.c| 23 --- 2 files changed, 24 deletions(-) dele