Skip to content

Commit 242db1a

Browse files
committed
boot: zephyr: boards: Add nrf54l15dk configuration
Adds the configuration for this board Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 651775b commit 242db1a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 SPI NOR driver is disabled by default
8+
CONFIG_SPI_NOR=n
9+
10+
CONFIG_BOOT_WATCHDOG_FEED=n

0 commit comments

Comments
 (0)