1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (c) 2017 Andy Yan
4  */
5 #include <common.h>
6 
7 int board_init(void)
8 {
9 	return 0;
10 }
11