Skip to content

Commit c1fffec

Browse files
committed
sysbuild: Kconfig: remove SUPPORT_SECURE_BOOT_BOOTCONF
symbol SB_SUPPORT_SECURE_BOOT_BOOTCONF_LOCK_WRITES isn't used anymore. Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
1 parent c0042f7 commit c1fffec

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

sysbuild/Kconfig.mcuboot

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ choice BOOT_SIGNATURE_TYPE
148148

149149
endchoice
150150

151-
config MCUBOOT_FPROTECT_ALLOW_COMBINED_REGIONS
152-
bool
153-
default y
154-
depends on SOC_SERIES_NRF54LX && !SECURE_BOOT_APPCORE
155-
156151
config BOOT_SIGNATURE_TYPE_PURE
157152
bool "Verify signature directly over image"
158153
depends on SOC_SERIES_NRF54LX

sysbuild/Kconfig.secureboot

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,10 @@ config SECURE_BOOT_PUBLIC_KEY_FILES
339339
empty string then only the public key hash corresponding to the private signing key used
340340
to sign the image is included in provision.hex.
341341

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-
347342
config SECURE_BOOT_BOOTCONF_LOCK_WRITES
348343
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
350346
help
351347
Sets RRAMC's BOOTCONF region protection to disable writes.
352348

0 commit comments

Comments
 (0)