Skip to content

Commit

Permalink
sysbuild: mcuboot: Remove some compressed update restrictions
Browse files Browse the repository at this point in the history
Removes restrictions requiring a single update image and without
encryption support

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Dec 27, 2024
1 parent 3238139 commit 54485b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sysbuild/Kconfig.mcuboot
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ endif # MCUBOOT_HARDWARE_DOWNGRADE_PREVENTION
config MCUBOOT_COMPRESSED_IMAGE_SUPPORT
bool "Compressed image support"
depends on MCUBOOT_MODE_OVERWRITE_ONLY
depends on MCUBOOT_UPDATEABLE_IMAGES = "1"
depends on !BOOT_ENCRYPTION
help
When enabled, supports loading compressed images using LZMA2 to the secondary slot which
will then be decompressed and loaded to the primary slot.
Expand Down

0 comments on commit 54485b7

Please sign in to comment.