Commits

Franck LENORMAND committed a2902cb9aa8
MLK-17253-1: crypto: caam: Fix computation of SM pages addresses The computation of the base address of the physical and virtual need to be the same depending on the architecture. The addresses are computed using a pointer on u8 so the additions always works as expected. Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>