commit | f4d15df831955cd51dc238a39d06bd61f43fce2c | [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 | bb10cd224cb7b3f69458e0299346349285c2e828 [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>