Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
2e50d82fb2d5781e2393390ff75ab7bb34c328bf
/
.
/
board
/
mediatek
/
pumpkin
/
pumpkin.c
blob: 666e4d6a26fee87b8a259851087207120e42313e [
file
] [
log
] [
blame
]
Fabien Parent
2e50d82
2019-07-18 19:08:09 +0200
[
diff
] [
blame^
]
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Copyright (C) 2019 BayLibre SAS
4
*/
5
6
#include
<common.h>
7
8
int
board_init
(
void
)
9
{
10
return
0
;
11
}