Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
7517eea09f6f8e76b20edff73d242e6a7e854b13
/
.
/
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
;
}