arch: arm: update minimum MPU region alignment for ARMv6-M
ARMv6-M architecture has an MPU that requires minimum region size of 256 bytes. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
761bb8b1f3
commit
2a13f91597
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ config ARM_MPU
|
|||
|
||||
config ARM_MPU_REGION_MIN_ALIGN_AND_SIZE
|
||||
int
|
||||
default 256 if ARM_MPU && ARMV6_M_ARMV8_M_BASELINE && !ARMV8_M_BASELINE
|
||||
default 32 if ARM_MPU
|
||||
default 4
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue