Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
095d96d67ea2415380175bee81da906ecaaa6794
/
.
/
board
/
sophgo
/
milkv_duo
/
board.c
blob: eaa47be17396915e74c141e09fef752c07719f73 [
file
] [
log
] [
blame
]
Kongyang Liu
0dc6ee6
2024-01-28 15:05:25 +0800
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
4
*/
5
6
int
board_init
(
void
)
7
{
8
return
0
;
9
}