Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
9cfe0cab3bf135a505e1e163ca442a4e4064d58e
/
.
/
board
/
thead
/
th1520_lpi4a
/
board.c
blob: bb83e7561f4e75a91e0c59d065a2513d9b6a2d08 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 2023, Yixun Lan <dlan@gentoo.org>
*
*/
#include
<cpu_func.h>
int
board_init
(
void
)
{
enable_caches
();
return
0
;
}