arm: core: mpu: Add Allow write on Flash
This patch adds the allow flash write CONFIG option to the ARM MPU configuration in privileged mode. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org> Signed-off-by: Michael Scott <michael.scott@linaro.org> Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
6489b9a0f2
commit
de81c16c5a
2 changed files with 7 additions and 1 deletions
|
@ -41,7 +41,7 @@ config NXP_MPU
|
|||
|
||||
config MPU_ALLOW_FLASH_WRITE
|
||||
bool "Add MPU access to write to flash"
|
||||
depends on NXP_MPU
|
||||
depends on ARM_MPU || NXP_MPU
|
||||
default n
|
||||
help
|
||||
Enable this to allow MPU RWX access to flash memory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue