summaryrefslogtreecommitdiffstats
path: root/lib/decompress_bunzip2.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: decompress: remove redundant INT_MAX defineMasahiro Yamada2015-01-211-4/+0
| | | | | | | | lib/decompress_bunzip2.c includes <common.h> and INT_MAX is already defined there. The definition in this file is redundant. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* misc: upper-case some abbreviationsHolger Schurig2014-06-021-1/+1
| | | | | Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* use kernel bunzip implementationSascha Hauer2011-11-291-0/+756
The kernel uncompression functions have a unified API. Switch to the kernel implementation to unify the different uncompression APIs. As a bonus the kernel implementation is much smaller. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>