commit | 7ff3d6f3dbcf260ce55fe17a7af91f71fa00a5b7 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sun Feb 24 23:03:12 2008 +0000 |
committer | Peter Pearse <peter.pearse@arm.com> | Mon Feb 25 15:00:06 2008 +0000 |
tree | 50cfa23f99b78a8ada21fbf0aa78fbecb15863b7 | |
parent | ca384b7136eb78e954e10648d9df301f6f3c7e92 [diff] |
mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/board/mx1fs2/flash.c b/board/mx1fs2/flash.c index 3806310..47885bc 100644 --- a/board/mx1fs2/flash.c +++ b/board/mx1fs2/flash.c
@@ -173,7 +173,7 @@ int i; uchar *boottype; uchar *bootletter; - uchar *fmt; + char *fmt; uchar botbootletter[] = "B"; uchar topbootletter[] = "T"; uchar botboottype[] = "bottom boot sector";