Skip to content

Commit

Permalink
[nrf noup] boards: nrf54l15dk: Disable FPROTECT
Browse files Browse the repository at this point in the history
FPROTECT is not suppored for nrf54l15dk.

Signed-off-by: Andrzej Puzdrowski <[email protected]>
  • Loading branch information
nvlsianpu authored and bjarki-andreasen committed Sep 19, 2024
1 parent f19081b commit 622b015
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ CONFIG_BOOT_MAX_IMG_SECTORS=256
# Ensure that the SPI NOR driver is disabled by default
CONFIG_SPI_NOR=n

# TODO: below are not yet supported and need fixing
CONFIG_FPROTECT=n

CONFIG_BOOT_WATCHDOG_FEED=n

0 comments on commit 622b015

Please sign in to comment.