Skip to content

Commit a1b669b

Browse files
committed
sysbuild: mcuboot: Remove some compressed update restrictions
Removes restrictions requiring a single update image and without encryption support Signed-off-by: Jamie McCrae <[email protected]>
1 parent 33260aa commit a1b669b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sysbuild/Kconfig.mcuboot

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ endif # MCUBOOT_HARDWARE_DOWNGRADE_PREVENTION
4747
config MCUBOOT_COMPRESSED_IMAGE_SUPPORT
4848
bool "Compressed image support"
4949
depends on MCUBOOT_MODE_OVERWRITE_ONLY
50-
depends on MCUBOOT_UPDATEABLE_IMAGES = "1"
51-
depends on !BOOT_ENCRYPTION
5250
help
5351
When enabled, supports loading compressed images using LZMA2 to the secondary slot which
5452
will then be decompressed and loaded to the primary slot.

0 commit comments

Comments
 (0)