Skip to content

Commit 42d7ba4

Browse files
committed
lib: fprotect: testing
testing with nrf54l15 Signed-off-by: Jamie McCrae <[email protected]>
1 parent 900df03 commit 42d7ba4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/fprotect/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)