Skip to content

Commit 4cf4c1e

Browse files
committed
boards: nordic: nrf54h20dk iron board ROM offset
Provide proper ROM offset for the nRF54H20 iron board variant when using MCUBoot as a bootloader. This is needed to ensure that application init vector is correctly set up. Signed-off-by: Michal Kozikowski <[email protected]>
1 parent b539372 commit 4cf4c1e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/nordic/nrf54h20dk/Kconfig.defconfig

+7
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ config MAX_THREAD_BYTES
1717
default 3 if USERSPACE
1818

1919
endif # BOARD_NRF54H20DK_NRF54H20_CPURAD
20+
21+
if BOARD_NRF54H20DK_NRF54H20_CPUAPP_IRON
22+
23+
config ROM_START_OFFSET
24+
default 0x800 if BOOTLOADER_MCUBOOT
25+
26+
endif # BOARD_NRF54H20DK_NRF54H20_CPUAPP_IRON

0 commit comments

Comments
 (0)