Re: [U-Boot] [PATCH V2] mkimage: SEGFAULT with imximage on 64 bit systems

2010-02-23 Thread Wolfgang Denk
Dear Stefano Babic, In message <1265379362-8794-1-git-send-email-sba...@denx.de> you wrote: > Running mkimage to generate an imximage produces a SEGFAULT > on 64 bit machines due to pointer arithmetic limited to 32 bit. > > Signed-off-by: Stefano Babic > --- > tools/imximage.c | 30 ++

Re: [U-Boot] [PATCH V2] mkimage: SEGFAULT with imximage on 64 bit systems

2010-02-22 Thread Kim Phillips
On Fri, 5 Feb 2010 15:16:02 +0100 Stefano Babic wrote: > Running mkimage to generate an imximage produces a SEGFAULT > on 64 bit machines due to pointer arithmetic limited to 32 bit. > > Signed-off-by: Stefano Babic > --- Acked-by: Kim Phillips ..in that it gets rid of most warnings in a typi