Skip to content

Commit 318b871

Browse files
committed
[nrf noup] soc: nordic: nrf54l: Add ROM start offset PM override
Adds an override to force this Kconfig to 0 when partition manager is enabled Signed-off-by: Jamie McCrae <[email protected]>
1 parent c8a921e commit 318b871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/nordic/nrf54l/Kconfig.defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ choice NULL_POINTER_EXCEPTION_DETECTION
3333
endchoice
3434

3535
config ROM_START_OFFSET
36+
default 0 if PARTITION_MANAGER_ENABLED
3637
default 0x800 if BOOTLOADER_MCUBOOT
3738

3839
endif # ARM

0 commit comments

Comments
 (0)