]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/geekbuying/geekbox/geekbox.c
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / geekbuying / geekbox / geekbox.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
54c57ae0
AF
2/*
3 * Copyright (c) 2016 Andreas Färber
54c57ae0
AF
4 */
5
6#include <common.h>
7
54c57ae0
AF
8int board_init(void)
9{
10 return 0;
11}