commit | cdd0c85cfb99bd0c28007a1a3b291122d325c91e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 26 19:57:55 2020 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jul 16 11:20:08 2020 +0200 |
tree | 6c0cdbb056e9f9e9afcc48b323a67d269c609645 | |
parent | 115cabe2d59a5c62ec72c1c3fff028e466debf44 [diff] |
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>