Skip to content

Commit 647f6e3

Browse files
nordicjmrlubos
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]> (cherry picked from commit 0a70e49)
1 parent 0ab75e0 commit 647f6e3

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
@@ -962,9 +962,9 @@ menuconfig BOOT_DECOMPRESSION
962962
if BOOT_DECOMPRESSION
963963

964964
config BOOT_DECOMPRESSION_BUFFER_SIZE
965-
int "Write buffer size"
965+
int
966966
range 16 16384
967-
default 4096
967+
default NRF_COMPRESS_CHUNK_SIZE
968968
help
969969
The size of a secondary buffer used for writing decompressed data to the storage device.
970970

0 commit comments

Comments
 (0)