Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
e83cf2fbfc939478fb62de32ee27edac2256982e
/
.
/
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
;
}