Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d11c3db6da92c3519c921b206ca6535981a4c192
/
.
/
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
;
}