Skip to content

Commit 27d2065

Browse files
nordic-mik7nordicjm
authored andcommitted
[nrf noup] boot/zephyr: nrf54h20dk board support
Added basic support for nrf54h20dk_nrf54h20_cpuapp_iron board. This commit turns off CONFIG_FPROTECT for this board build. Signed-off-by: Michal Kozikowski <[email protected]>
1 parent 35474b0 commit 27d2065

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
# Ensure that the SPI NOR driver is disabled by default
7+
CONFIG_SPI_NOR=n
8+
9+
# TODO: below are not yet supported and need fixing
10+
CONFIG_FPROTECT=n
11+
12+
CONFIG_BOOT_WATCHDOG_FEED=n
13+
14+
CONFIG_MULTITHREADING=y

0 commit comments

Comments
 (0)