summaryrefslogtreecommitdiffstats
path: root/lib/zlib/deflate.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: zlib: remove the limitation for cannot using 0 as startLei Wen2012-09-291-3/+1
| | | | | | | | | | 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: Lei Wen <leiwen@marvell.com>
* lib: zlib: import deflate source file from 1.2.5Lei Wen2012-09-291-0/+1834
Signed-off-by: Lei Wen <leiwen@marvell.com>
OpenPOWER on IntegriCloud