[U-Boot] [PATCH] Fix gunzip to work for any gziped uImage size

2011-02-04 Thread Catalin Radu
Signed-off-by: Catalin Radu --- lib/gunzip.c | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/gunzip.c b/lib/gunzip.c index 482a476..8b16b24 100644 --- a/lib/gunzip.c +++ b/lib/gunzip.c @@ -106,12 +106,16 @@ int zunzip(void *dst, int dstlen, unsigned

Re: [U-Boot] [PATCH] Fix gunzip to work for any gziped uImage size

2011-02-04 Thread Catalin Radu
Anthony Foiani wrote: > Catalin, greetings! > > Some very minor code style issues that I noticed. All cosmetic. > > Catalin Radu writes: > > >> Signed-off-by: Catalin Radu >> --- >> lib/gunzip.c | 16 ++-- >> 1 files changed, 10 ins

[U-Boot] [PATCH] Fix gunzip to work for any gziped uImage size

2011-02-03 Thread Catalin Radu
Signed-off-by: Catalin Radu --- lib/gunzip.c | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/gunzip.c b/lib/gunzip.c index 482a476..2922608 100644 --- a/lib/gunzip.c +++ b/lib/gunzip.c @@ -106,12 +106,16 @@ int zunzip(void *dst, int dstlen, unsigned

[U-Boot] [PATCH] Fix gunzip to work for any gzipped uImage size Signed-off-by: Catalin Radu

2011-02-02 Thread Catalin Radu
--- lib/gunzip.c | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/gunzip.c b/lib/gunzip.c index 482a476..18cb45b 100644 --- a/lib/gunzip.c +++ b/lib/gunzip.c @@ -106,12 +106,16 @@ int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp