Michael Walle | 36ba764 | 2020-10-15 23:08:57 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | #include <common.h> | ||||
4 | #include <asm/arch-fsl-layerscape/soc.h> | ||||
5 | |||||
6 | int board_early_init_f(void) | ||||
7 | { | ||||
8 | fsl_lsch3_early_init_f(); | ||||
9 | return 0; | ||||
10 | } |