diff --git a/boot/zephyr/Kconfig b/boot/zephyr/Kconfig index 3679373f5..5ca30f094 100644 --- a/boot/zephyr/Kconfig +++ b/boot/zephyr/Kconfig @@ -469,6 +469,7 @@ config MCUBOOT_CLEANUP_ARM_CORE config MCUBOOT_CLEANUP_RAM bool "Perform RAM cleanup" depends on CPU_CORTEX_M4 || CPU_CORTEX_M33 + default y help Sets contents of memory to 0 before jumping to application.