u-boot/arch/riscv/cpu/k230/cpu.c
Junhui Liu 78d9ce3e36 riscv: cpu: k230: Add support for Canaan Kendryte K230 SoC
Add Canaan K230 SoC with sysreset support, running without cache
enabled.

Signed-off-by: Junhui Liu <junhui.liu@pigmoral.tech>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2025-01-16 15:55:27 +08:00

10 lines
152 B
C

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2025, Junhui Liu <junhui.liu@pigmoral.tech>
*/
int cleanup_before_linux(void)
{
return 0;
}