blob: 666e4d6a26fee87b8a259851087207120e42313e [file] [log] [blame]
Fabien Parentbb4c5d62019-07-18 19:08:09 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2019 BayLibre SAS
4 */
5
6#include <common.h>
7
8int board_init(void)
9{
10 return 0;
11}