]> Git Repo - u-boot.git/blob - arch/riscv/cpu/k1/cpu.c
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / arch / riscv / cpu / k1 / cpu.c
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2024, Kongyang Liu <[email protected]>
4  */
5
6 int cleanup_before_linux(void)
7 {
8         return 0;
9 }
This page took 0.027181 seconds and 4 git commands to generate.