commit | ed7a3943d580f4cf72e5ef8a20c43fa93e889d14 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Fri Jul 22 10:52:23 2016 -0700 |
committer | York Sun <york.sun@nxp.com> | Tue Jul 26 09:03:06 2016 -0700 |
tree | 1146e48cc144ea82f104ca393b6598a8ea79e253 | |
parent | 3288628a8d23681c865e91e65a341d48eb5fed73 [diff] |
armv8: fsl-layerscape: mmu: Fix enabling MMU MMU bit in SCTLR needs to be set explicitly after tables are created. It isn't an issue for EL3 becuase this bit is already set by early MMU setup. But for other exception levels this bit was not set. Signed-off-by: York Sun <york.sun@nxp.com>