projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6972c60
)
board/ls1028a: Add call to sec_init()
author
Udit Agarwal
<udit.agarwal@nxp.com>
Mon, 30 Sep 2019 10:16:57 +0000
(10:16 +0000)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Mon, 21 Oct 2019 10:04:17 +0000
(15:34 +0530)
Adds sec_init call to initialise the job ring parameters
for secure boot operations.
Signed-off-by: Udit Agarwal <udit.agarwal@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/ls1028a/ls1028a.c
patch
|
blob
|
history
diff --git
a/board/freescale/ls1028a/ls1028a.c
b/board/freescale/ls1028a/ls1028a.c
index 095971448fc48696b75694c60da620aef0e45134..a9606b88655a4bacd46b41d85d6033942dbadb38 100644
(file)
--- a/
board/freescale/ls1028a/ls1028a.c
+++ b/
board/freescale/ls1028a/ls1028a.c
@@
-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