Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ad3f36c91cc76d34164ea8b4205aba3f733b39e6
/
.
/
board
/
rockchip
/
evb_px5
/
evb-px5.c
blob: 53e753fc178b2aa8acf8aa5cc7faea2961fc1bb6 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2017 Andy Yan
*/
#include
<common.h>
int
board_init
(
void
)
{
return
0
;
}