ARM: mx6: make CAAM usable on the i.MX6 boards
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 26 Jun 2020 17:57:55 +0000 (19:57 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 16 Jul 2020 09:20:08 +0000 (11:20 +0200)
commit90865614b4e6243a100cde69ef08e9b55e4fa5fc
tree6c0cdbb056e9f9e9afcc48b323a67d269c609645
parent496cb1f274059471422e4f6a815d3599924334be
ARM: mx6: make CAAM usable on the i.MX6 boards

Even if the HAB fuse is not set we want to be able to use the Cryptographic
Accelerator and Assurance Module (CAAM) for generating random numbers. So
SYS_FSL_HAS_SEC should be selected even if IMX_HAB is not set.

arch_misc_init() has to be called to initialize the CAAM.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
arch/arm/Kconfig
arch/arm/mach-imx/mx6/soc.c