xref: /openbmc/u-boot/board/geekbuying/geekbox/geekbox.c (revision 699e831e158a5846778d8bd6af054d4276277cb6)
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 }
13