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
408
408
409
409
config BOOT_PREFER_SWAP_OFFSET
410
410
bool "Prefer the newer swap offset algorithm"
411
+ default y if SOC_FAMILY_NORDIC_NRF
411
412
help
412
413
If y, the BOOT_IMAGE_UPGRADE_MODE will default to using "offset" instead of "scratch".
413
414
This is a separate bool config option, because Kconfig doesn't allow defaults to be
414
415
overridden in choice options. Most devices should be using swap using offset mode.
415
416
416
417
config BOOT_PREFER_SWAP_MOVE
417
418
bool "Prefer the newer swap move algorithm"
418
- default y if SOC_FAMILY_NORDIC_NRF
419
419
default y if !$(dt_nodelabel_enabled,scratch_partition)
420
420
help
421
421
If y, the BOOT_IMAGE_UPGRADE_MODE will default to using
You can’t perform that action at this time.
0 commit comments