commit | 6c372bd6d96737b63becb13c5285c02f78c6c72e | [log] [tgz] |
---|---|---|
author | Aymen Sghaier <aymen.sghaier@nxp.com> | Thu Mar 25 17:30:28 2021 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 08 09:18:29 2021 +0200 |
tree | 7b84771f3b6ceb770ec40f662ffc8793edd7419a | |
parent | f18c71f935750083cb35cac3033629d56facd566 [diff] |
crypto: caam: Fix pointer size to 32bit for i.MX8M The CAAM block used in i.MX8M is 32 bits address size but when the flag PHYS_64BIT is enabled for armv8, the CAAM driver will try to use a wrong pointer size. This patch fixes this issue. Signed-off-by: Aymen Sghaier <aymen.sghaier@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>