Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions boards/nordic/nrf54lm20dk/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
if BOARD_NRF54LM20DK_NRF54LM20A_CPUAPP

config ROM_START_OFFSET
default 0 if PARTITION_MANAGER_ENABLED
Comment on lines 6 to +7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has no effect in our case.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reasons, the override is not applied in various projects (e.g. nRF Desktop).

default 0x800 if BOOTLOADER_MCUBOOT

endif # BOARD_NRF54LM20DK_NRF54LM20A_CPUAPP