Skip to content

Commit d8a2e45

Browse files
michalek-nonvlsianpu
authored andcommitted
[nrf noup] zephyr: boards: nrf54lm20dk_nrf54lm20a_cpuapp.conf
adding DK default configuration and fixing PDK configuration. Signed-off-by: Mateusz Michalek <[email protected]>
1 parent 285fd59 commit d8a2e45

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright (c) 2025 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+
# TODO: below are not yet supported and need fixing
11+
CONFIG_FPROTECT=n
12+
13+
CONFIG_BOOT_WATCHDOG_FEED=n

boot/zephyr/boards/nrf54lm20pdk_nrf54lm20a_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ CONFIG_SPI_NOR=n
1111
CONFIG_FPROTECT=n
1212

1313
CONFIG_BOOT_WATCHDOG_FEED=n
14-
15-
CONFIG_PSA_CRYPTO_DRIVER_CRACEN=n
16-
CONFIG_PSA_CRYPTO_DRIVER_OBERON=y

0 commit comments

Comments
 (0)