Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions modules/mcuboot/boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ config MCUBOOT_NRF_CLEANUP_PERIPHERAL
depends on SOC_FAMILY_NORDIC_NRF
default y

config MCUBOOT_NRF_CLEANUP_NONSECURE_RAM
bool "Perform non-secure RAM cleanup before chain-load the application"
depends on SOC_FAMILY_NORDIC_NRF && ARM_TRUSTZONE_M
default y if MCUBOOT_USE_ALL_AVAILABLE_RAM

config BOOT_SIGNATURE_KEY_FILE
string "MCUBoot PEM key file"
help
Expand Down
1 change: 0 additions & 1 deletion sysbuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
if(SB_CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM)
set_config_bool(${DEFAULT_IMAGE} CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM y)
set_config_bool(mcuboot CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM y)
set_config_bool(mcuboot CONFIG_MCUBOOT_NRF_CLEANUP_NONSECURE_RAM y)
else()
set_config_bool(${DEFAULT_IMAGE} CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM n)
set_config_bool(mcuboot CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM n)
Expand Down