]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/emk/common/flash.c
Cleanup for GCC-4.x
[people/ms/u-boot.git] / board / emk / common / flash.c
index 28fe29d6445bbac983c9a4f5da17904183309c00..d6161bf3586a5a158d7dbf5f05cef40b6ea6e5f2 100644 (file)
@@ -165,7 +165,7 @@ void 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";