Skip to content

Commit 848ee7f

Browse files
committed
[nrf noup] boards: nordic: Skip offsets in merged slot
In the merged slot approach, the memory reservation for the MCUboot header is done in CMake, as it is not obvious, which image includes the (merged) MCUboot header. This change will remove the unnecessary gap between images. Ref: NCSDK-35612 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent f80e824 commit 848ee7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/nordic/nrf54h20dk/Kconfig.defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config MAX_THREAD_BYTES
1313
default 3 if USERSPACE
1414

1515
config ROM_START_OFFSET
16+
default 0 if NCS_MCUBOOT_BOOTLOADER_SIGN_MERGED_BINARY
1617
default 0x800 if BOOTLOADER_MCUBOOT
1718

1819
if !USE_DT_CODE_PARTITION
@@ -39,6 +40,7 @@ config MAX_THREAD_BYTES
3940
default 3 if USERSPACE
4041

4142
config ROM_START_OFFSET
43+
default 0 if NCS_MCUBOOT_BOOTLOADER_SIGN_MERGED_BINARY
4244
default 0x800 if BOOTLOADER_MCUBOOT
4345

4446
endif # BOARD_NRF54H20DK_NRF54H20_CPURAD

0 commit comments

Comments
 (0)