diff options
author | Gaurav Jain <gaurav.jain@nxp.com> | 2022-06-09 16:32:15 +0530 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-06-14 21:25:26 +0200 |
commit | 66e54716cfd1be2ca3a2a17749b45b7e3980f050 (patch) | |
tree | 5b0eb89b702cc9bde977f2e6e2feec19606aaa41 /board/freescale/common | |
parent | 65d5931d02d47eacdb26b879a252064bf728ae12 (diff) | |
download | u-boot-66e54716cfd1be2ca3a2a17749b45b7e3980f050.tar.gz |
secure boot: enable ARCH_MISC_INIT config.
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>
Diffstat (limited to 'board/freescale/common')
-rw-r--r-- | board/freescale/common/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/common/Kconfig b/board/freescale/common/Kconfig index 6553bf63bf..b0e6e43f4f 100644 --- 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 |