Skip to content

Commit a3a8615

Browse files
maciejbaczmanskiadigie
authored andcommitted
[nrf toup] [nrfconnect] disable FPROTECT for nRF54L15
`FPROTECT` should be disabled for nRF54L15 in app to allow correctly protecting whole region of mcuboot Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no> (cherry picked from commit 81eb1e9) Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 68c5192 commit a3a8615

File tree

1 file changed

+1
-1
lines changed
  • config/nrfconnect/chip-module

1 file changed

+1
-1
lines changed

config/nrfconnect/chip-module/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ config CHIP_FACTORY_DATA_ROTATING_DEVICE_UID_MAX_LEN
219219
config CHIP_FACTORY_DATA_WRITE_PROTECT
220220
bool "Enable Factory Data write protection"
221221
select FPROTECT
222-
depends on CHIP_FACTORY_DATA
222+
depends on CHIP_FACTORY_DATA && !SOC_SERIES_NRF54LX
223223
default y
224224
help
225225
Enables the write protection of the Factory Data partition in the flash memory.

0 commit comments

Comments
 (0)