Skip to content
Snippets Groups Projects
Commit 869c2abb authored by Lei Wen's avatar Lei Wen Committed by Tom Rini
Browse files

lib: zlib: remove the limitation for cannot using 0 as start


We often need the requirement that compressing those memory range start
from 0, but the default deflate code in zlib prevent us to do this.
Considering the special case of uboot, that it could access all memory
range, it is reasonable to be able to also take the address space from 0
into compression.

Signed-off-by: default avatarLei Wen <leiwen@marvell.com>
parent 7a32b98d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment