Skip to content

Commit 2ffbf8a

Browse files
nordicjmnvlsianpu
authored andcommitted
[nrf noup] boot: zephyr: Add experimental selection to compression
Adds selecting the experimental Kconfig when compession is in use Signed-off-by: Jamie McCrae <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit ff3c31f) (cherry picked from commit 4ceb477)
1 parent 1d15083 commit 2ffbf8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,9 +1000,10 @@ config BOOT_DECOMPRESSION_SUPPORT
10001000
if BOOT_DECOMPRESSION_SUPPORT
10011001

10021002
menuconfig BOOT_DECOMPRESSION
1003-
bool "Decompression"
1003+
bool "Decompression [EXPERIMENTAL]"
10041004
select NRF_COMPRESS_CLEANUP
10051005
select PM_USE_CONFIG_SRAM_SIZE if SOC_NRF54L15_CPUAPP
1006+
select EXPERIMENTAL
10061007
help
10071008
If enabled, will include support for compressed images being loaded to the secondary slot
10081009
which then get decompressed into the primary slot. This mode allows the secondary slot to

0 commit comments

Comments
 (0)