Re: [U-Boot] [PATCH/next v3 05/28] Rename include/zlib.h to include/u-boot/zlib.h

2009-04-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:50 Mon 13 Apr , Peter Tyser wrote: > On Sat, 2009-04-04 at 01:08 +0200, Wolfgang Denk wrote: > > Dear Peter Tyser, > > > > In message <1236988492-21295-6-git-send-email-pty...@xes-inc.com> you wrote: > > > Some systems have zlib.h installed in /usr/include/. This isn't the > > > desired

Re: [U-Boot] [PATCH/next v3 05/28] Rename include/zlib.h to include/u-boot/zlib.h

2009-04-13 Thread Peter Tyser
On Sat, 2009-04-04 at 01:08 +0200, Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1236988492-21295-6-git-send-email-pty...@xes-inc.com> you wrote: > > Some systems have zlib.h installed in /usr/include/. This isn't the > > desired file (we want the one in include/zlib.h). Moving U-Boot

Re: [U-Boot] [PATCH/next v3 05/28] Rename include/zlib.h to include/u-boot/zlib.h

2009-04-03 Thread Wolfgang Denk
Dear Peter Tyser, In message <1236988492-21295-6-git-send-email-pty...@xes-inc.com> you wrote: > Some systems have zlib.h installed in /usr/include/. This isn't the > desired file (we want the one in include/zlib.h). Moving U-Boot's > zlib.h to include/u-boot/ avoids this conflict. > > Signed-o

[U-Boot] [PATCH/next v3 05/28] Rename include/zlib.h to include/u-boot/zlib.h

2009-03-13 Thread Peter Tyser
Some systems have zlib.h installed in /usr/include/. This isn't the desired file (we want the one in include/zlib.h). Moving U-Boot's zlib.h to include/u-boot/ avoids this conflict. Signed-off-by: Peter Tyser --- common/cmd_bootm.c |2 +- fs/cramfs/uncompress.c |2 +- inc