diff options
Diffstat (limited to 'board/atc/flash.c')
| -rw-r--r-- | board/atc/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/atc/flash.c b/board/atc/flash.c index 26b7c80d3..2ab60e866 100644 --- a/board/atc/flash.c +++ b/board/atc/flash.c @@ -181,7 +181,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"; |