File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -408,14 +408,14 @@ config BOOT_VALIDATE_SLOT0_ONCE
408408
409409config BOOT_PREFER_SWAP_OFFSET
410410 bool "Prefer the newer swap offset algorithm"
411+ default y if SOC_FAMILY_NORDIC_NRF
411412 help
412413 If y, the BOOT_IMAGE_UPGRADE_MODE will default to using "offset" instead of "scratch".
413414 This is a separate bool config option, because Kconfig doesn't allow defaults to be
414415 overridden in choice options. Most devices should be using swap using offset mode.
415416
416417config BOOT_PREFER_SWAP_MOVE
417418 bool "Prefer the newer swap move algorithm"
418- default y if SOC_FAMILY_NORDIC_NRF
419419 default y if !$(dt_nodelabel_enabled,scratch_partition)
420420 help
421421 If y, the BOOT_IMAGE_UPGRADE_MODE will default to using
You can’t perform that action at this time.
0 commit comments