Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions boot/zephyr/boards/nrf54lm20dk_nrf54lm20a_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (c) 2025 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

# TODO: below are not yet supported and need fixing
CONFIG_FPROTECT=n

CONFIG_BOOT_WATCHDOG_FEED=n
3 changes: 0 additions & 3 deletions boot/zephyr/boards/nrf54lm20pdk_nrf54lm20a_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ CONFIG_SPI_NOR=n
CONFIG_FPROTECT=n

CONFIG_BOOT_WATCHDOG_FEED=n

CONFIG_PSA_CRYPTO_DRIVER_CRACEN=n
CONFIG_PSA_CRYPTO_DRIVER_OBERON=y