Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
2045ca5c1f51d054579d0886184b6f245b8a134e
/
.
/
board
/
thead
/
th1520_lpi4a
/
board.c
blob: 16c3e456b3e590be95a153c988558b5c5e881d69 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2023, Yixun Lan <dlan@gentoo.org>
*
*/
#include
<common.h>
#include
<cpu_func.h>
int
board_init
(
void
)
{
enable_caches
();
return
0
;
}