mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
869c2abbaf
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> |
||
---|---|---|
.. | ||
adler32.c | ||
deflate.c | ||
deflate.h | ||
inffast.c | ||
inffast.h | ||
inffixed.h | ||
inflate.c | ||
inflate.h | ||
inftrees.c | ||
inftrees.h | ||
Makefile | ||
trees.c | ||
trees.h | ||
zlib.c | ||
zlib.h | ||
zutil.c | ||
zutil.h |