commit | 63545af3f56aa2c8d5c61df3526678b7a499ef67 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Dec 02 02:58:28 2023 +0100 |
committer | Fabio Estevam <festevam@denx.de> | Thu Dec 14 15:29:08 2023 -0300 |
tree | 756274d3cc1cd6e8f246fd0525e728cd054591ec | |
parent | a770e9f341c67b1e1f7a4562a2d04ba983b9db5f [diff] |
ARM: imx: Enable CAAM on DH i.MX8M Plus DHCOM Enable CAAM in U-Boot to make crypto available early in the boot process. This has a side-effect that in case an older kernel version contains a broken CAAM initialization timeout code, initialization in bootloader will help that old kernel version function correctly. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>