File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,6 @@ choice BOOT_SIGNATURE_TYPE
148
148
149
149
endchoice
150
150
151
- config MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS
152
- bool
153
- default y
154
- depends on SOC_SERIES_NRF54LX && !SECURE_BOOT_APPCORE
155
-
156
151
config BOOT_SIGNATURE_TYPE_PURE
157
152
bool "Verify signature directly over image"
158
153
depends on SOC_SERIES_NRF54LX
Original file line number Diff line number Diff line change @@ -339,14 +339,10 @@ config SECURE_BOOT_PUBLIC_KEY_FILES
339
339
empty string then only the public key hash corresponding to the private signing key used
340
340
to sign the image is included in provision.hex.
341
341
342
- config SUPPORT_SECURE_BOOT_BOOTCONF_LOCK_WRITES
343
- bool
344
- depends on !MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS
345
- default y if SOC_NRF54L15_CPUAPP || SOC_NRF54L05_CPUAPP || SOC_NRF54L10_CPUAPP
346
-
347
342
config SECURE_BOOT_BOOTCONF_LOCK_WRITES
348
343
bool "Protect bootloader's NVM from writes"
349
- depends on SUPPORT_SECURE_BOOT_BOOTCONF_LOCK_WRITES
344
+ depends on SOC_NRF54L15_CPUAPP || SOC_NRF54L05_CPUAPP || SOC_NRF54L10_CPUAPP
345
+ default y
350
346
help
351
347
Sets RRAMC's BOOTCONF region protection to disable writes.
352
348
You can’t perform that action at this time.
0 commit comments