mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 24 Feb 2008 23:03:12 +0000 (23:03 +0000)
committerPeter Pearse <peter.pearse@arm.com>
Mon, 25 Feb 2008 15:00:06 +0000 (15:00 +0000)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/mx1fs2/flash.c

index 3806310..47885bc 100644 (file)
@@ -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";