Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
c2addf9fc171de55d99fcccd7e5622894f74fe18
/
.
/
board
/
mediatek
/
pumpkin
/
pumpkin.c
blob: 666e4d6a26fee87b8a259851087207120e42313e [
file
] [
log
] [
blame
]
Fabien Parent
bb4c5d6
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
}