Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9cdcfd75e1c69173c29ff67cd1cd8420b491d147
/
.
/
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
;
}