commit | de5ba061bb294179b32e2f7771c6644373ebd4bf | [log] [tgz] |
---|---|---|
author | Saksham Jain <saksham.jain@nxp.com> | Wed Mar 23 16:24:41 2016 +0530 |
committer | York Sun <york.sun@nxp.com> | Tue Mar 29 08:46:22 2016 -0700 |
tree | 048c8140e739a02d372fed20ee975691690864c1 | |
parent | 5d8ffe1ceae13ea0c16865d13855dec9853f557b [diff] |
crypto/fsl: Correct 64-bit write when MMU disabled When MMU is disabled, 64-bit write must be aligned at 64-bit boundary. Becaue the memory location is not guaranteed to be 64-bit aligned, the 64-bit write needs to be split into two 32-bit writes to avoid the alignment exception. Signed-off-by: Aneesh Bansal <aneesh.bansal@nxp.com> Signed-off-by: Saksham Jain <saksham.jain@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>