Re: [U-Boot-Users] [PATCH] Fix build issue with string.h and linux/string.h

2008-06-11 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > This commit: > commit 338cc038461a6c7709c5b86fd9a240209338a1ae > Author: Wolfgang Denk <[EMAIL PROTECTED]> > Date: Fri Jun 6 14:28:14 2008 +0200 > > tools/mkimage: fix compiler warnings on some systems. > > Broke building on some systems, because

[U-Boot-Users] [PATCH] Fix build issue with string.h and linux/string.h

2008-06-11 Thread Andy Fleming
This commit: commit 338cc038461a6c7709c5b86fd9a240209338a1ae Author: Wolfgang Denk <[EMAIL PROTECTED]> Date: Fri Jun 6 14:28:14 2008 +0200 tools/mkimage: fix compiler warnings on some systems. Broke building on some systems, because the host's string.h was interfering with u-boot's linux/st