Skip to content

Commit

Permalink
[nrf fromtree] boot: zephyr: boards: nrf54l10 and nrf54l05 configs
Browse files Browse the repository at this point in the history
adds default configs.

Upstream PR #: 2133

Signed-off-by: Mateusz Michalek <[email protected]>
(cherry picked from commit 7cc60059845d4252773f538aa50e0906c34f7bd5)
(cherry picked from commit be32923)
  • Loading branch information
michalek-no authored and jukkar committed Dec 5, 2024
1 parent ff3c31f commit eebb8ab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l05_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 SPI NOR driver is disabled by default
CONFIG_SPI_NOR=n

CONFIG_FPROTECT=y

CONFIG_BOOT_WATCHDOG_FEED=n
12 changes: 12 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l10_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 SPI NOR driver is disabled by default
CONFIG_SPI_NOR=n

CONFIG_FPROTECT=y

CONFIG_BOOT_WATCHDOG_FEED=n

0 comments on commit eebb8ab

Please sign in to comment.