Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
0d8ac5644eaf774c52669921ac4152874c6fc4ca
/
.
/
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
;
}