Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e32cce8680a8fc3aa472758e6c53470b72fea158
/
.
/
arch
/
riscv
/
cpu
/
cv1800b
/
cpu.c
blob: 233a6a3d64e293ab26ba9a44d19bffc777b560de [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
*/
int
cleanup_before_linux
(
void
)
{
return
0
;
}