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