X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=board%2Femk%2Fcommon%2Fflash.c;h=d6161bf3586a5a158d7dbf5f05cef40b6ea6e5f2;hb=d2c83f549378fb3fc34cb3c2e62fd772fbf8b68b;hp=28fe29d6445bbac983c9a4f5da17904183309c00;hpb=42dfe7a1844cbad7114038aaf03828acb7a84414;p=oweals%2Fu-boot.git diff --git a/board/emk/common/flash.c b/board/emk/common/flash.c index 28fe29d644..d6161bf358 100644 --- a/board/emk/common/flash.c +++ b/board/emk/common/flash.c @@ -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";