projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5599c28
)
mx1fs2/flash: Fix multiple compiler warnings
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sun, 24 Feb 2008 23:03:12 +0000
(
00:03
+0100)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 2 Mar 2008 20:16:14 +0000
(21:16 +0100)
"pointer targets in assignment differ in signedness"
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";