diff options
Diffstat (limited to 'board/sixnet/flash.c')
-rw-r--r-- | board/sixnet/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sixnet/flash.c b/board/sixnet/flash.c index 4ab6c1bdc42..61d758085c2 100644 --- a/board/sixnet/flash.c +++ b/board/sixnet/flash.c @@ -196,7 +196,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"; |