projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a60ee7
)
Fix warning: pointer targets in assignment differ in signedness
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Wed, 7 Nov 2007 07:19:21 +0000
(08:19 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 16 Nov 2007 23:26:36 +0000
(
00:26
+0100)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/purple/flash.c
patch
|
blob
|
history
diff --git
a/board/purple/flash.c
b/board/purple/flash.c
index 7522580808d9e929b0a24d2a71120dba65b05524..1baae35eb886a291a40b7c6e0db1f23cdfe60b8a 100644
(file)
--- a/
board/purple/flash.c
+++ b/
board/purple/flash.c
@@
-299,7
+299,7
@@
void 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";