Skip to content

Commit 5c7f5d4

Browse files
committed
[nrf fromtree] soc: nordic: Don't override offset when TF-m is enabled
When TF-m is enabled on 54L the ROM_START_OFFSET should not be overridden, even if MCUboot is enabled. Signed-off-by: Dag Erik Gjørvad <dag.erik.gjorvad@nordicsemi.no> (cherry picked from commit 46d1934)
1 parent ea34da3 commit 5c7f5d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soc/nordic/nrf54l/Kconfig.defconfig

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

3535
config ROM_START_OFFSET
36-
default 0x800 if BOOTLOADER_MCUBOOT
36+
default 0x800 if BOOTLOADER_MCUBOOT && !BUILD_WITH_TFM
3737

3838
endif # ARM
3939

0 commit comments

Comments
 (0)