Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
7b85234a5f16eceecb2c9bccfc6cae6adddd883f
/
.
/
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
;
}