summaryrefslogtreecommitdiff
path: root/board/kontron/sl28/sl28.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kontron/sl28/sl28.c')
-rw-r--r--board/kontron/sl28/sl28.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/kontron/sl28/sl28.c b/board/kontron/sl28/sl28.c
index 34f17b486b..28e8c4c954 100644
--- a/board/kontron/sl28/sl28.c
+++ b/board/kontron/sl28/sl28.c
@@ -19,6 +19,12 @@
DECLARE_GLOBAL_DATA_PTR;
+int board_early_init_f(void)
+{
+ fsl_lsch3_early_init_f();
+ return 0;
+}
+
int board_init(void)
{
if (CONFIG_IS_ENABLED(FSL_CAAM))