blob: b638186e8f5aa147a9ec2cba2a883e6d0307da63 [file] [log] [blame]
Andreas Färber54c57ae2017-05-15 17:54:26 +08001/*
2 * Copyright (c) 2016 Andreas Färber
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include <common.h>
8
Andreas Färber54c57ae2017-05-15 17:54:26 +08009int board_init(void)
10{
11 return 0;
12}