Re: [U-Boot] [PATCH] zlib: fix DEBUG build

2011-05-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1304289062-25727-1-git-send-email-vap...@gentoo.org> you wrote: > The previous commit imported a little too much from upstream. We need > to disable stdio.h when using U-Boot. > > Reported-by: Wolfgang Denk > Signed-off-by: Mike Frysinger > --- > lib/zlib/zuti

[U-Boot] [PATCH] zlib: fix DEBUG build

2011-05-01 Thread Mike Frysinger
The previous commit imported a little too much from upstream. We need to disable stdio.h when using U-Boot. Reported-by: Wolfgang Denk Signed-off-by: Mike Frysinger --- lib/zlib/zutil.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/zlib/zutil.h b/lib/zlib/zutil