Skip to content

Commit

Permalink
zephyr: Add NRF54L configuration
Browse files Browse the repository at this point in the history
Adds default Kconfig configuration that allows to build MCUboot
for NRF54L.
Currently this configuration turns off WDT and FPROTECT,
which is TODO to fix.

Signed-off-by: Dominik Ermel <[email protected]>
Signed-off-by: Mateusz Michalek <[email protected]>
  • Loading branch information
michalek-no authored and nvlsianpu committed Feb 13, 2024
1 parent 06bc548 commit 4b4cc85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_BOOT_MAX_IMG_SECTORS=256

# Ensure that the qspi driver is disabled by default
CONFIG_NORDIC_QSPI_NOR=n

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

0 comments on commit 4b4cc85

Please sign in to comment.