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