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:
2a4741d
)
Fix warning differ in signedness in board/innokom/innokom.c
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Thu, 18 Oct 2007 22:07:39 +0000
(
00:07
+0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 23 Oct 2007 14:42:17 +0000
(16:42 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/innokom/innokom.c
patch
|
blob
|
history
diff --git
a/board/innokom/innokom.c
b/board/innokom/innokom.c
index 7f8f47c3a2ef7338acf9d60fc70a50d9bf61523a..c2b88ae16ad20467ee2477f78101436a8b7b8783 100644
(file)
--- a/
board/innokom/innokom.c
+++ b/
board/innokom/innokom.c
@@
-72,7
+72,7
@@
int i2c_init_board(void)
int misc_init_r(void)
{
-
u
char *str;
+ char *str;
/* determine if the software update key is pressed during startup */
if (GPLR0 & 0x00000800) {