Re: [U-Boot] [PATCH 8/9] m68k: Change memsz to a signed char to avoid warning

2012-02-22 Thread Stefano Babic
On 06/01/2012 04:54, Simon Glass wrote: > There doesn't seem to be any reason for using uchar here, so change it > to char. This fixes a warning: > > pointer targets in passing argument 1 of 'sprintf' differ in signedness > > Signed-off-by: Simon Glass > --- Applied to u-boot-staging, sba...@de

Re: [U-Boot] [PATCH 8/9] m68k: Change memsz to a signed char to avoid warning

2012-01-08 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 8/9] m68k: Change memsz to a signed char to avoid warning

2012-01-05 Thread Simon Glass
There doesn't seem to be any reason for using uchar here, so change it to char. This fixes a warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness Signed-off-by: Simon Glass --- arch/m68k/lib/board.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --