Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
fa95ef60e8fa8abf2214628f458f137f90f478dd
/
.
/
arch
/
riscv
/
cpu
/
cv1800b
/
cpu.c
blob: 233a6a3d64e293ab26ba9a44d19bffc777b560de [
file
] [
log
] [
blame
]
Kongyang Liu
f752674
2024-03-10 00:54:56 +0800
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
4
*/
5
6
int
cleanup_before_linux
(
void
)
7
{
8
return
0
;
9
}