commit | a770e9f341c67b1e1f7a4562a2d04ba983b9db5f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Dec 02 02:55:06 2023 +0100 |
committer | Fabio Estevam <festevam@denx.de> | Thu Dec 14 15:29:08 2023 -0300 |
tree | 809819c4b4b0e42a9b033f9b652640207114cdd1 | |
parent | 471211e9f1c5ec00345ddb7b6693572925f22f21 [diff] |
ARM: imx: Enable CAAM on Data Modul i.MX8M Mini/Plus eDM SBC 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>