Skip to content

Commit e5ef402

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]> (cherry picked from commit 27d2065)
1 parent ec17f76 commit e5ef402

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp_iron.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# Ensure that the SPI NOR driver is disabled by default
77
CONFIG_SPI_NOR=n
88

9+
# TODO: below are not yet supported and need fixing
10+
CONFIG_FPROTECT=n
11+
912
CONFIG_BOOT_WATCHDOG_FEED=n
1013

1114
CONFIG_MULTITHREADING=y

0 commit comments

Comments
 (0)