Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
191d8bd509023ccea9cff3129dc8ae76fe297b2d
/
.
/
board
/
rockchip
/
evb_px5
/
evb-px5.c
blob: 6a47642b575f4db188614d3dec5c472036bab0fa [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2017 Andy Yan
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
int
board_init
(
void
)
{
return
0
;
}