Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
7531122e5ca64fd1d5b9a1feffa25bc812a627a6
/
.
/
board
/
intel
/
galileo
/
galileo.c
blob: 746ab277cb35c67645b8d454ce79a86afcc5e4fa [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
int
board_early_init_f
(
void
)
{
return
0
;
}
void
setup_pch_gpios
(
u16 gpiobase
,
const
struct
pch_gpio_map
*
gpio
)
{
return
;
}