summaryrefslogtreecommitdiffstats
path: root/lib/zlib_inflate
Commit message (Collapse)AuthorAgeFilesLines
* Unused files removedAlexander Shiyan2012-06-301-1/+0
| | | | | | | | Files "modules.builtin" probably have been copied from kernel tree. This files not used by barebox and can be removed safely. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add kernel gunzip implementationSascha Hauer2011-11-2911-0/+1962
The kernel uncompression functions have a unified API so use this implementation to get it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>