Skip to content

Commit 135c97f

Browse files
committed
[nrf fromlist] boot: zephyr: Cleanup RAM by default
Enable the CONFIG_MCUBOOT_CLEANUP_RAM by deafult to improve security of the default configuration. Upstream PR: mcu-tools/mcuboot#2451 Signed-off-by: Marek Pieta <[email protected]>
1 parent 391f093 commit 135c97f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ config MCUBOOT_CLEANUP_ARM_CORE
469469
config MCUBOOT_CLEANUP_RAM
470470
bool "Perform RAM cleanup"
471471
depends on CPU_CORTEX_M4 || CPU_CORTEX_M33
472+
default y
472473
help
473474
Sets contents of memory to 0 before jumping to application.
474475

0 commit comments

Comments
 (0)