Skip to content

Commit 7cc6005

Browse files
michalek-node-nordic
authored andcommitted
boot: zephyr: boards: nrf54l10 and nrf54l05 configs
adds default configs. Signed-off-by: Mateusz Michalek <[email protected]>
1 parent 02db524 commit 7cc6005

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
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 SPI NOR driver is disabled by default
8+
CONFIG_SPI_NOR=n
9+
10+
CONFIG_FPROTECT=y
11+
12+
CONFIG_BOOT_WATCHDOG_FEED=n
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 SPI NOR driver is disabled by default
8+
CONFIG_SPI_NOR=n
9+
10+
CONFIG_FPROTECT=y
11+
12+
CONFIG_BOOT_WATCHDOG_FEED=n

0 commit comments

Comments
 (0)