commit | e34c0048fb71b66f294c258981ea7fd7681efbb1 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Wed Nov 07 08:19:21 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sat Nov 17 00:26:36 2007 +0100 |
tree | 6957e912ccb6f4140c46bb32d163923a00599617 | |
parent | 1fa3e36c77c696c0b86dcb7281eddaa9a3ddb530 [diff] |
Fix warning: pointer targets in assignment differ in signedness Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
diff --git a/board/purple/flash.c b/board/purple/flash.c index 7522580..1baae35 100644 --- a/board/purple/flash.c +++ b/board/purple/flash.c
@@ -299,7 +299,7 @@ int i; uchar *boottype; uchar *bootletter; - uchar *fmt; + char *fmt; uchar botbootletter[] = "B"; uchar topbootletter[] = "T"; uchar botboottype[] = "bottom boot sector";