[new uImage] Move gunzip() common code to common/gunzip.c
authorMarian Balakowicz <m8@semihalf.com>
Tue, 8 Jan 2008 17:11:43 +0000 (18:11 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:12:55 +0000 (01:12 +0100)
commit321359f20823e0b8c5ad38b64d007a6c48cda16e
tree0b319db82d613da865cbd907d01a585f0e3fa88e
parentd45d5a18b6b36688f2365623f9d550566c664b5b
[new uImage] Move gunzip() common code to common/gunzip.c

Move gunzip(), zalloc() and zfree() to a separate file.
Share zalloc() and zfree() with cramfs uncompress routine.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/Makefile
common/cmd_bootm.c
common/gunzip.c [new file with mode: 0644]
fs/cramfs/uncompress.c
lib_generic/bzlib.c