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 @@ -397,14 +397,14 @@ config BOOT_VALIDATE_SLOT0_ONCE
397
397
398
398
config BOOT_PREFER_SWAP_OFFSET
399
399
bool "Prefer the newer swap offset algorithm"
400
+ default y if SOC_FAMILY_NORDIC_NRF
400
401
help
401
402
If y, the BOOT_IMAGE_UPGRADE_MODE will default to using "offset" instead of "scratch".
402
403
This is a separate bool config option, because Kconfig doesn't allow defaults to be
403
404
overridden in choice options. Most devices should be using swap using offset mode.
404
405
405
406
config BOOT_PREFER_SWAP_MOVE
406
407
bool "Prefer the newer swap move algorithm"
407
- default y if SOC_FAMILY_NORDIC_NRF
408
408
default y if !$(dt_nodelabel_enabled,scratch_partition)
409
409
help
410
410
If y, the BOOT_IMAGE_UPGRADE_MODE will default to using
You can’t perform that action at this time.
0 commit comments