Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a05eb04cd51dc2e3f4d67caa11b1276795a355bc
/
.
/
board
/
kontron
/
sl28
/
common.c
blob: 14704f70514c2872fad29e32896dd05cf797e5eb [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
#include
<common.h>
#include
<asm/arch-fsl-layerscape/soc.h>
int
board_early_init_f
(
void
)
{
fsl_lsch3_early_init_f
();
return
0
;
}