]> git.sur5r.net Git - u-boot/blob - board/geekbuying/geekbox/geekbox.c
b638186e8f5aa147a9ec2cba2a883e6d0307da63
[u-boot] / board / geekbuying / geekbox / geekbox.c
1 /*
2  * Copyright (c) 2016 Andreas Färber
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <common.h>
8
9 int board_init(void)
10 {
11         return 0;
12 }