blob: 1eeb7f26d8874fcc1ca86d963bb0469b6f24994e [file] [log] [blame]
Neil Armstrong4c2ea412017-10-12 15:50:32 +02001/*
2 * Copyright (C) 2016 BayLibre, SAS
3 * Author: Neil Armstrong <narmstrong@baylibre.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#include <common.h>
9#include <dm.h>
10#include <asm/io.h>
11#include <asm/arch/gxbb.h>
12
13int board_init(void)
14{
15 return 0;
16}
17
18int misc_init_r(void)
19{
20 return 0;
21}