Sign in
coral
/
uboot-imx
/
2c2f04280162d9e012ee093fcd434b252533e6f1
/
.
/
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
;
}