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