Sign in
coral
/
u-boot-mtk
/
078f2426911ceab591c785d676990814e87b5c9c
/
.
/
board
/
mediatek
/
mt8183
/
mt8183_evb.c
blob: 4398252417867be9950d6c206f5380fcbd1f8c71 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2019 BayLibre SAS
* Author: Fabien Parent <fparent@baylibre.com>
*/
#include
<common.h>
int
board_init
(
void
)
{
return
0
;
}