Skip to content

Commit

Permalink
[nrf noup] zephyr: Fix compressed chunk size mismatch
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nordicjm committed Oct 25, 2024
1 parent 0ab75e0 commit d7954f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -962,9 +962,9 @@ menuconfig BOOT_DECOMPRESSION
if BOOT_DECOMPRESSION

config BOOT_DECOMPRESSION_BUFFER_SIZE
int "Write buffer size"
int
range 16 16384
default 4096
default NRF_COMPRESS_CHUNK_SIZE
help
The size of a secondary buffer used for writing decompressed data to the storage device.

Expand Down

0 comments on commit d7954f1

Please sign in to comment.