commit | b64d99091b612b218347d104e8f2b104e954991a | [log] [tgz] |
---|---|---|
author | Manuel Arguelles <manuel.arguelles@nxp.com> | Tue Jul 26 13:02:43 2022 +0700 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Jul 26 11:09:42 2022 +0000 |
tree | 09fa157f6c74c0e90c0dd66144d338f545858c15 | |
parent | a189e93a44c0399ab2fdd328863f25871d0a7353 [diff] |
arm: mpu: dsb after writing to SCTLR on MPU disable Execute data and instruction sync barriers after writing to SCTLR to disable the MPU, to ensure the registers are set before proceeding and that the new changes are seen by the instructions that follow. Signed-off-by: Manuel Arguelles <manuel.arguelles@nxp.com>