Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
c2ba01c082b4ab21e43bb15e1c3a7e19573d1133
/
.
/
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
;
}