
On Fri, 24 Jul 2009 09:25:23 +0200 rhabarber1848 rhabarber1848@web.de wrote:
Wolfgang Denk wrote:
include/u-boot/zlib.h | 718 ++++++--- lib_generic/zlib.c | 3931 +++++++++++++++++++++++++------------------------ 2 files changed, 2464 insertions(+), 2185 deletions(-)
Applied, thanks.
Hi,
yesterday morning I could use the U-Boot git code to successfully decompress a gzip compressed image, using today's git checkout this does not work anymore:
## Booting kernel from Legacy Image at 00200000 ... Image Name: Linux-2.4.37.2-dbox2 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 748627 Bytes = 731.1 kB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Uncompressing Kernel Image ... Error: inflate() returned -2 GUNZIP: uncompress, out-of-mem or overwrite error - must RESET board to recover
I'm seeing this, too. Reverting commits 28958b8b and b201171f2 makes uncompressing work again.
Kim