Skip to content

Commit e369d25

Browse files
nordicjmnvlsianpu
authored andcommitted
[nrf noup] zephyr: Fix compressed chunk size mismatch
fixup! [nrf noup] zephyr: Add support for compressed image updates Fixes an issue with a mismatch of the chunk size used when decompressing firmware updates Signed-off-by: Jamie McCrae <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 0a70e49)
1 parent 896a16e commit e369d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/zephyr/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,9 +967,9 @@ menuconfig BOOT_DECOMPRESSION
967967
if BOOT_DECOMPRESSION
968968

969969
config BOOT_DECOMPRESSION_BUFFER_SIZE
970-
int "Write buffer size"
970+
int
971971
range 16 16384
972-
default 4096
972+
default NRF_COMPRESS_CHUNK_SIZE
973973
help
974974
The size of a secondary buffer used for writing decompressed data to the storage device.
975975

0 commit comments

Comments
 (0)