From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 24 Feb 2008 23:03:12 +0000 (+0100) Subject: mx1fs2/flash: Fix multiple compiler warnings X-Git-Tag: v2008.10-rc1~669 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=217bf6b6a313d9ccb619a4dbc09f73f77cd48df1;p=platform%2Fkernel%2Fu-boot.git mx1fs2/flash: Fix multiple compiler warnings "pointer targets in assignment differ in signedness" Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/board/mx1fs2/flash.c b/board/mx1fs2/flash.c index 3806310..47885bc 100644 --- a/board/mx1fs2/flash.c +++ b/board/mx1fs2/flash.c @@ -173,7 +173,7 @@ flash_print_info(flash_info_t * info) int i; uchar *boottype; uchar *bootletter; - uchar *fmt; + char *fmt; uchar botbootletter[] = "B"; uchar topbootletter[] = "T"; uchar botboottype[] = "bottom boot sector";