Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
55de09292f140c82c6bc84beb7500696353ab11d
/
.
/
board
/
geekbuying
/
geekbox
/
geekbox.c
blob: 88b67f9d5f31f5c31fab078f5def893d9814b1ef [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2016 Andreas Färber
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
DECLARE_GLOBAL_DATA_PTR
;
int
board_init
(
void
)
{
return
0
;
}