]> git.sur5r.net Git - u-boot/commitdiff
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 38063106e2fd14f171363b8c38d430d0b4cf723f..47885bceb273933a3a6a89e218d17cdd71bb8d96 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";