Skip to content

Commit 798588d

Browse files
committed
[nrf fromlist] 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. Upstream PR #: 88298 Signed-off-by: Michal Kozikowski <[email protected]> (cherry picked from commit 4cf4c1ec6dbeeea8f6889fb819fc6cc610dbae12)
1 parent 3dc3435 commit 798588d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/nordic/nrf54h20dk/Kconfig.defconfig

Lines changed: 7 additions & 0 deletions
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)