Searched hist:"869 c2abbaf98e91e7c9ef71806f6c8eef91206ae" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | deflate.c | 869c2abbaf98e91e7c9ef71806f6c8eef91206ae Fri Sep 28 04:26:45 UTC 2012 Lei Wen <adrian.wenl@gmail.com> 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: Lei Wen <leiwen@marvell.com>
|