blob: 88b67f9d5f31f5c31fab078f5def893d9814b1ef [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
9DECLARE_GLOBAL_DATA_PTR;
10
11int board_init(void)
12{
13 return 0;
14}