commit | 0fa62280238c0546de84b17bd3a7255194a85b34 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Nov 04 09:22:09 2020 +0100 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Wed Nov 25 10:33:16 2020 +0100 |
tree | 383e1829aaaaaf9f2b94c82a90a5f2405458889a | |
parent | ff965eea3fca1100b08d3c689e927834ec9ed552 [diff] |
arm: stm32mp: correct the ALIGN macro usage Correct the ALIGN macro usage in mmu_set_region_dcache_behaviour call: the address must use ALIGN_DOWN and size can use ALIGN macro. With STM32_SYSRAM_BASE=0x2FFC0000 and MMU_SECTION_SIZE=0x100000 for STM32MP15x the computed address was 30000000 instead of 2ff00000. Fixes: 43fe9d2fda24 ("stm32mp1: mmu_set_region_dcache_behaviour") Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>