zephyr: Enable MPU flash writing
Recent Zephyr trees require this config option to be set in order to be able to write to the flash device. Without it, targets with an MPU enabled will abort during startup, usually before even printing a message to the UART. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
84a67af32c
commit
0d1b0b952e
|
@ -12,6 +12,7 @@ CONFIG_MBEDTLS_CFG_FILE="config-boot.h"
|
|||
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
||||
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||
|
||||
### Disable Bluetooth by default
|
||||
# CONFIG_BLUETOOTH is not set
|
||||
|
|
Loading…
Reference in New Issue