blob: 14704f70514c2872fad29e32896dd05cf797e5eb [file] [log] [blame]
Michael Walle36ba7642020-10-15 23:08:57 +02001// SPDX-License-Identifier: GPL-2.0+
2
3#include <common.h>
4#include <asm/arch-fsl-layerscape/soc.h>
5
6int board_early_init_f(void)
7{
8 fsl_lsch3_early_init_f();
9 return 0;
10}