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:
Maureen Helm 2018-06-12 19:56:51 -05:00 committed by Anas Nashif
parent f16a7ea836
commit 08db8c19a3

View File

@ -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