Skip to content

Commit eec03f3

Browse files
kacperradoszewskinordicjm
authored andcommitted
sysbuild: update dependency for LWM2M_CARRIER_DIVIDED_DFU
Add MCUBOOT_MODE_SWAP_USING_MOVE as dependency, as MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH is deprecated and will be removed in the future. Signed-off-by: Kacper Radoszewski <[email protected]>
1 parent d1ae15c commit eec03f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysbuild/Kconfig.lwm2m_carrier

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menuconfig LWM2M_CARRIER_DIVIDED_DFU
66
bool "Proprietary LwM2M Carrier divided DFU file generation"
77
depends on SOC_SERIES_NRF91X
88
depends on BOOTLOADER_MCUBOOT
9-
depends on MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH || MCUBOOT_MODE_SWAP_SCRATCH
9+
depends on MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH || MCUBOOT_MODE_SWAP_USING_MOVE || MCUBOOT_MODE_SWAP_SCRATCH
1010
depends on MCUBOOT_UPDATEABLE_IMAGES = "1"
1111
help
1212
Generate proprietary application update files required for the LwM2M carrier divided

0 commit comments

Comments
 (0)