]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/geekbuying/geekbox/geekbox.c
rockchip: correct the bank0 ram size
[people/ms/u-boot.git] / board / geekbuying / geekbox / geekbox.c
CommitLineData
54c57ae0
AF
1/*
2 * Copyright (c) 2016 Andreas Färber
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include <common.h>
8
9DECLARE_GLOBAL_DATA_PTR;
10
11int board_init(void)
12{
13 return 0;
14}