tests: flash_map: Enable mpu and allow flash write
It shouldn't be necessary to disable the mpu for this test. Enable CONFIG_MPU_ALLOW_FLASH_WRITE=y instead. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
f16a7ea836
commit
08db8c19a3
@ -3,6 +3,4 @@ CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
CONFIG_ARM_CORE_MPU=n
|
||||
CONFIG_ARM_MPU=n
|
||||
CONFIG_ARM_MPU_NRF52X=n
|
||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user