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

2011-04-12 Thread Wolfgang Denk
Dear Catalin Radu, In message <1296822947-6320-1-git-send-email-cata...@virtualmetrix.com> you wrote: > > Signed-off-by: Catalin Radu > --- > lib/gunzip.c | 16 ++-- > 1 files changed, 10 insertions(+), 6 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Soft

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

2011-02-05 Thread Albert ARIBAUD
Le 04/02/2011 13:35, Catalin Radu a écrit : > > Signed-off-by: Catalin Radu This is a V2 patch, right? So it should be marked as such and patch history should be added, see Amicalement, -- Albert.

[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 c

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 insertions(+), 6 deletions(-) >> >> diff --git a/

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

2011-02-03 Thread Anthony Foiani
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 insertions(+), 6 deletions(-) > > diff --git a/lib/gunzip.c b/lib/gunzip.c > index 482a4

[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 c