]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx1fs2/flash: Fix multiple compiler warnings
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 24 Feb 2008 23:03:12 +0000 (00:03 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 2 Mar 2008 20:16:14 +0000 (21:16 +0100)
"pointer targets in assignment differ in signedness"

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";