Skip to content

Commit 2b3a0c6

Browse files
nvlsianpurlubos
authored andcommitted
[nrf noup] boards/nordic/nrf54l15dk: Set ROM offset by PM
While Partition Manager is enabled, it manages the offset by itself. Signed-off-by: Andrzej Puzdrowski <[email protected]> (cherry picked from commit cea66ec)
1 parent 0fb7618 commit 2b3a0c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/nordic/nrf54l15dk/Kconfig.defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if BOARD_NRF54L15DK_NRF54L05_CPUAPP || BOARD_NRF54L15DK_NRF54L10_CPUAPP || \
88
BOARD_NRF54L15DK_NRF54L15_CPUAPP
99

1010
config ROM_START_OFFSET
11+
default 0 if PARTITION_MANAGER_ENABLED
1112
default 0x800 if BOOTLOADER_MCUBOOT
1213

1314
endif # BOARD_NRF54L15DK_NRF54L05_CPUAPP || BOARD_NRF54L15DK_NRF54L10_CPUAPP || \

0 commit comments

Comments
 (0)