commit | 061801e160c4695145da0557be527a37e4c236b0 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri Feb 05 13:53:34 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 02 15:53:37 2021 -0500 |
tree | 627560791fac2bd88d0c94a4958af625e0461f9b | |
parent | 4ad5a129d5820ebe7aa017ad6a4560e83ccf1ad9 [diff] |
arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH The normal memory (other that DCACHE_OFF) should be executable by default, only the device memory (DCACHE_OFF) used for peripheral access should have the bit execute never (TTB_SECT_XN_MASK). Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>