We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c1e3f commit 09be783Copy full SHA for 09be783
boot/zephyr/Kconfig
@@ -128,6 +128,7 @@ config BOOT_UPGRADE_ONLY
128
129
config BOOT_SWAP_USING_MOVE
130
bool "Swap mode that can run without a scratch partition"
131
+ default y if SOC_FAMILY_NRF
132
default n
133
help
134
If y, the swap upgrade is done in two steps, where first every
boot/zephyr/prj.conf
@@ -11,7 +11,6 @@ CONFIG_BOOT_ENCRYPT_RSA=n
11
CONFIG_BOOT_ENCRYPT_EC256=n
12
13
CONFIG_BOOT_UPGRADE_ONLY=n
14
-CONFIG_BOOT_SWAP_USING_MOVE=n
15
CONFIG_BOOT_BOOTSTRAP=n
16
17
### Default to RSA
0 commit comments