]> git.sur5r.net Git - u-boot/blobdiff - board/esd/pf5200/flash.c
Merge with /home/m8/git/u-boot
[u-boot] / board / esd / pf5200 / flash.c
index bfbd0907cf1909de2b95a778f10b33591d0c7ffe..53afbc0b920634adcae2bf62738127d5352ce33c 100644 (file)
@@ -122,7 +122,7 @@ static flash_info_t *flash_get_info(ulong base) {
 
 void flash_print_info(flash_info_t * info) {
        int i;
-       uchar *fmt;
+       char *fmt;
 
        if (info->flash_id == FLASH_UNKNOWN) {
                printf("missing or unknown FLASH type\n");