// SPDX-License-Identifier: GPL-2.0+ #include #include int board_early_init_f(void) { fsl_lsch3_early_init_f(); return 0; }