
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
Maybe the zlib update is responsible?
This is the newest commit from the U-Boot git checkout I used today:
commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d Author: Wolfgang Denk wd@denx.de Date: Thu Jul 23 22:23:23 2009 +0200
Coding Style cleanup; update CHANGELOG. Signed-off-by: Wolfgang Denk wd@denx.de
Cheers, rhabarber1848