File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
modules/mcuboot/boot/zephyr Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,6 @@ config MCUBOOT_NRF_CLEANUP_PERIPHERAL
57
57
depends on SOC_FAMILY_NORDIC_NRF
58
58
default y
59
59
60
- config MCUBOOT_NRF_CLEANUP_NONSECURE_RAM
61
- bool "Perform non-secure RAM cleanup before chain-load the application"
62
- depends on SOC_FAMILY_NORDIC_NRF && ARM_TRUSTZONE_M
63
- default y if MCUBOOT_USE_ALL_AVAILABLE_RAM
64
-
65
60
config BOOT_SIGNATURE_KEY_FILE
66
61
string "MCUBoot PEM key file"
67
62
help
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
155
155
if (SB_CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM )
156
156
set_config_bool (${DEFAULT_IMAGE} CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM y )
157
157
set_config_bool (mcuboot CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM y )
158
- set_config_bool (mcuboot CONFIG_MCUBOOT_NRF_CLEANUP_NONSECURE_RAM y )
159
158
else ()
160
159
set_config_bool (${DEFAULT_IMAGE} CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM n )
161
160
set_config_bool (mcuboot CONFIG_MCUBOOT_USE_ALL_AVAILABLE_RAM n )
You can’t perform that action at this time.
0 commit comments