Skip to content
Commit 77c077e1 authored by Patrick Delaunay's avatar Patrick Delaunay
Browse files

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: 43fe9d2f ("stm32mp1: mmu_set_region_dcache_behaviour")
Signed-off-by: default avatarPatrick Delaunay <patrick.delaunay@st.com>
parent d5b05113
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment