blob: 10b04a1ce5d876ec0778bee28073700b2a2d391a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Andreas Färber54c57ae2017-05-15 17:54:26 +08002/*
3 * Copyright (c) 2016 Andreas Färber
Andreas Färber54c57ae2017-05-15 17:54:26 +08004 */
5
6#include <common.h>
7
Andreas Färber54c57ae2017-05-15 17:54:26 +08008int board_init(void)
9{
10 return 0;
11}