Skip to content

Commit 698a749

Browse files
committed
nrf_compress: kconfig: Increase default chunk size to 4096
Synchronises this value to the existing MCUboot chunk size as the MCUboot value has been set to mirror this value Signed-off-by: Jamie McCrae <[email protected]>
1 parent 6ff1596 commit 698a749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/nrf_compress/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endmenu
6161

6262
config NRF_COMPRESS_CHUNK_SIZE
6363
int "Chunk size"
64-
default 2048
64+
default 4096
6565
help
6666
The chunk size is the default maximum amount of data that if returned by the
6767
decompress_bytes_needed() function. The value is returned by the decompress bytes

0 commit comments

Comments
 (0)