Skip to content

Commit 4b4cc85

Browse files
michalek-nonvlsianpu
authored andcommitted
zephyr: Add NRF54L configuration
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]>
1 parent 06bc548 commit 4b4cc85

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2024 Nordic Semiconductor ASA
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
CONFIG_BOOT_MAX_IMG_SECTORS=256
6+
7+
# Ensure that the qspi driver is disabled by default
8+
CONFIG_NORDIC_QSPI_NOR=n
9+
10+
# TODO: below are not yet supported and need fixing
11+
CONFIG_FPROTECT=n
12+
CONFIG_BOOT_WATCHDOG_FEED=n

0 commit comments

Comments
 (0)