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]>
(cherry picked from commit 81eb1e9)
Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
maciejbaczmanski authored and adigie committed Nov 15, 2024
1 parent 68c5192 commit a3a8615
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 @@ -219,7 +219,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 a3a8615

Please sign in to comment.