Skip to content

Commit eebb8ab

Browse files
michalek-nojukkar
authored andcommitted
[nrf fromtree] boot: zephyr: boards: nrf54l10 and nrf54l05 configs
adds default configs. Upstream PR #: 2133 Signed-off-by: Mateusz Michalek <[email protected]> (cherry picked from commit 7cc6005) (cherry picked from commit be32923)
1 parent ff3c31f commit eebb8ab

File tree

2 files changed

+24
-0
lines changed

2 files changed

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