[U-Boot] [PATCH v4] board/freescale/ls1028a: Secure boot: Adds sec_init call

Udit Agarwal udit.agarwal at nxp.com
Wed Nov 20 08:49:02 UTC 2019


Call sec_init function to initialise the job ring
parameters for secure boot operations.

Signed-off-by: Udit Agarwal <udit.agarwal at nxp.com>
---
Changes in V4:
Corrects commit message.

 board/freescale/ls1028a/ls1028a.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a/ls1028a.c
index c9e6c4aa6c..ed98eedfbe 100644
--- a/board/freescale/ls1028a/ls1028a.c
+++ b/board/freescale/ls1028a/ls1028a.c
@@ -64,6 +64,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
-- 
2.17.1



More information about the U-Boot mailing list