xref: /openbmc/u-boot/board/rockchip/evb_px5/evb-px5.c (revision eba6589f7e019d8ccb331a84a789b0c4d74f51f6)
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