Skip to content

Commit

Permalink
[nrf toup] [nrfconnect] disable FPROTECT for nRF54L15
Browse files Browse the repository at this point in the history
`FPROTECT` should be disabled for nRF54L15 in app to allow
correctly protecting whole region of mcuboot

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski authored and rlubos committed Nov 5, 2024
1 parent 331c0da commit 4b61fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ config CHIP_FACTORY_DATA_ROTATING_DEVICE_UID_MAX_LEN
config CHIP_FACTORY_DATA_WRITE_PROTECT
bool "Enable Factory Data write protection"
select FPROTECT
depends on CHIP_FACTORY_DATA
depends on CHIP_FACTORY_DATA && !SOC_SERIES_NRF54LX
default y
help
Enables the write protection of the Factory Data partition in the flash memory.
Expand Down

0 comments on commit 4b61fdb

Please sign in to comment.