mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
mx1fs2/flash: Fix multiple compiler warnings
"pointer targets in assignment differ in signedness" Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
5599c28cef
commit
217bf6b6a3
@@ -173,7 +173,7 @@ 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";
|
||||
|
Reference in New Issue
Block a user