zephyr: Enable flash writing on ECDSA sig check
This flag was added to the RSA config file, but not the ECDSA file. It
is needed to configure the MPU to allow the flash device to be written
to.
Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/boot/zephyr/prj-p256.conf b/boot/zephyr/prj-p256.conf
index 5bea3d0..24fdd84 100644
--- a/boot/zephyr/prj-p256.conf
+++ b/boot/zephyr/prj-p256.conf
@@ -15,6 +15,7 @@
CONFIG_HEAP_MEM_POOL_SIZE=16384
CONFIG_FLASH=y
+CONFIG_MPU_ALLOW_FLASH_WRITE=y
### Disable Bluetooth by default
# CONFIG_BLUETOOTH is not set