xref: /openbmc/u-boot/board/geekbuying/geekbox/geekbox.c (revision d330e04d9d427a26381b59f40875af17f4c288a2)
1 /*
2  * Copyright (c) 2016 Andreas Färber
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 
7 #include <common.h>
8 
9 DECLARE_GLOBAL_DATA_PTR;
10 
11 int board_init(void)
12 {
13 	return 0;
14 }
15