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