summaryrefslogtreecommitdiff
path: root/board/kontron/sl28/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kontron/sl28/common.c')
-rw-r--r--board/kontron/sl28/common.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/kontron/sl28/common.c b/board/kontron/sl28/common.c
new file mode 100644
index 0000000000..14704f7051
--- /dev/null
+++ b/board/kontron/sl28/common.c
@@ -0,0 +1,10 @@
+// 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;
+}