Sign in
third-party-mirror
/
u-boot
/
refs/heads/upstream/next
/
.
/
arch
/
riscv
/
cpu
/
k1
/
cpu.c
blob: 41a4a1b95e6e4b6dd1580b5f714107cac6c1dc02 [
file
] [
edit
]
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
*/
int
cleanup_before_linux
(
void
)
{
return
0
;
}