board/ls1028a: Add call to sec_init()
[platform/kernel/u-boot.git] / board / freescale / ls1028a / ls1028a.c
index 0959714..a9606b8 100644 (file)
@@ -63,6 +63,10 @@ int board_init(void)
        gd->env_addr = (ulong)&default_environment[0];
 #endif
 
+#ifdef CONFIG_FSL_CAAM
+       sec_init();
+#endif
+
 #ifdef CONFIG_FSL_LS_PPA
        ppa_init();
 #endif