summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/k230/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/cpu/k230/cpu.c')
-rw-r--r--arch/riscv/cpu/k230/cpu.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/riscv/cpu/k230/cpu.c b/arch/riscv/cpu/k230/cpu.c
new file mode 100644
index 00000000000..417a25f0a8b
--- /dev/null
+++ b/arch/riscv/cpu/k230/cpu.c
@@ -0,0 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (c) 2025, Junhui Liu <junhui.liu@pigmoral.tech>
+ */
+
+int cleanup_before_linux(void)
+{
+ return 0;
+}