projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724902c
)
mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sun, 24 Feb 2008 23:03:12 +0000
(23:03 +0000)
committer
Peter Pearse
<peter.pearse@arm.com>
Mon, 25 Feb 2008 15:00:06 +0000
(15:00 +0000)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/mx1fs2/flash.c
patch
|
blob
|
history
diff --git
a/board/mx1fs2/flash.c
b/board/mx1fs2/flash.c
index 38063106e2fd14f171363b8c38d430d0b4cf723f..47885bceb273933a3a6a89e218d17cdd71bb8d96 100644
(file)
--- a/
board/mx1fs2/flash.c
+++ b/
board/mx1fs2/flash.c
@@
-173,7
+173,7
@@
flash_print_info(flash_info_t * info)
int i;
uchar *boottype;
uchar *bootletter;
-
u
char *fmt;
+ char *fmt;
uchar botbootletter[] = "B";
uchar topbootletter[] = "T";
uchar botboottype[] = "bottom boot sector";