We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f98e0 commit 6cc1630Copy full SHA for 6cc1630
boot/zephyr/Kconfig
@@ -397,14 +397,14 @@ config BOOT_VALIDATE_SLOT0_ONCE
397
398
config BOOT_PREFER_SWAP_OFFSET
399
bool "Prefer the newer swap offset algorithm"
400
+ default y if SOC_FAMILY_NORDIC_NRF
401
help
402
If y, the BOOT_IMAGE_UPGRADE_MODE will default to using "offset" instead of "scratch".
403
This is a separate bool config option, because Kconfig doesn't allow defaults to be
404
overridden in choice options. Most devices should be using swap using offset mode.
405
406
config BOOT_PREFER_SWAP_MOVE
407
bool "Prefer the newer swap move algorithm"
- default y if SOC_FAMILY_NORDIC_NRF
408
default y if !$(dt_nodelabel_enabled,scratch_partition)
409
410
If y, the BOOT_IMAGE_UPGRADE_MODE will default to using
0 commit comments