git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d5931
)
secure boot: enable ARCH_MISC_INIT config.
author
Gaurav Jain
<gaurav.jain@nxp.com>
Thu, 9 Jun 2022 11:02:15 +0000
(16:32 +0530)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 14 Jun 2022 19:25:26 +0000
(21:25 +0200)
add ARCH_MISC_INIT to initilaize caam jr driver.
Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
board/freescale/common/Kconfig
patch
|
blob
|
history
diff --git
a/board/freescale/common/Kconfig
b/board/freescale/common/Kconfig
index
6553bf6
..
b0e6e43
100644
(file)
--- a/
board/freescale/common/Kconfig
+++ b/
board/freescale/common/Kconfig
@@
-3,6
+3,7
@@
config CHAIN_OF_TRUST
imply CMD_BLOB
imply CMD_HASH if ARM
select FSL_CAAM
+ select ARCH_MISC_INIT
select SPL_BOARD_INIT if (ARM && SPL)
select SPL_HASH if (ARM && SPL)
select SHA_HW_ACCEL