Re: [U-Boot] [PATCH mkimage branch] tools/mkimage: fix compiler warnings, use const

2009-09-10 Thread Wolfgang Denk
In message 1250675656-12022-1-git-send-email...@denx.de you wrote: This fixes some compiler warnings: tools/default_image.c:141: warning: initialization from incompatible pointer type tools/fit_image.c:202: warning: initialization from incompatible pointer type and changes to code to use

Re: [U-Boot] [PATCH mkimage branch] tools/mkimage: fix compiler warnings, use const

2009-08-20 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk Sent: Wednesday, August 19, 2009 3:24 PM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH mkimage branch] tools/mkimage: fix compiler warnings, use const

Re: [U-Boot] [PATCH mkimage branch] tools/mkimage: fix compiler warnings, use const

2009-08-20 Thread Wolfgang Denk
Dear Prafulla, In message 73173d32e9439e4abb5151606c3e19e202e3915...@sc-vexch1.marvell.com you wrote: This fixes some compiler warnings: tools/default_image.c:141: warning: initialization from incompatible pointer type tools/fit_image.c:202: warning: initialization from

Re: [U-Boot] [PATCH mkimage branch] tools/mkimage: fix compiler warnings, use const

2009-08-20 Thread Prafulla Wadaskar
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Thursday, August 20, 2009 2:58 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH mkimage branch] tools/mkimage: fix compiler warnings, use const Dear Prafulla, In message

[U-Boot] [PATCH mkimage branch] tools/mkimage: fix compiler warnings, use const

2009-08-19 Thread Wolfgang Denk
This fixes some compiler warnings: tools/default_image.c:141: warning: initialization from incompatible pointer type tools/fit_image.c:202: warning: initialization from incompatible pointer type and changes to code to use const attributes in a few places where it's appropriate. Signed-off-by: