File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ menuconfig FPROTECT
5151 depends on SOC_FAMILY_NORDIC_NRF
5252 depends on !(SOC_SERIES_NRF54LX && IS_SECURE_BOOTLOADER)
5353 select NRFX_RRAMC if SOC_SERIES_NRF54LX
54+ default y if MCUBOOT && (!SOC_SERIES_NRF54LX || (SOC_SERIES_NRF54LX && MCUBOOT_MCUBOOT_IMAGE_NUMBER = -1))
55+ imply FPROTECT_ALLOW_COMBINED_REGIONS if MCUBOOT && SOC_SERIES_NRF54LX && MCUBOOT_MCUBOOT_IMAGE_NUMBER = -1
5456 help
5557 Enable the software library FPROTECT that may or may not be used
5658 by other systems to protect flash from writes and possibly also
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ manifest:
128128 compare-by-default : true
129129 - name : mcuboot
130130 repo-path : sdk-mcuboot
131- revision : 4532c33e13400f8686067605764b1cde0d07ff7a
131+ revision : pull/446/head
132132 path : bootloader/mcuboot
133133 - name : qcbor
134134 url : https://github.com/laurencelundblade/QCBOR
You can’t perform that action at this time.
0 commit comments