[U-Boot-Users] [PATCH] Fix warning differ in signedness in board/innokom/innokom.c

19 Oct
2007
19 Oct
'07
12:07 a.m.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
diff --git a/board/innokom/innokom.c b/board/innokom/innokom.c index 7f8f47c..c2b88ae 100644 --- a/board/innokom/innokom.c +++ b/board/innokom/innokom.c @@ -72,7 +72,7 @@ int i2c_init_board(void)
int misc_init_r(void) { - uchar *str; + char *str;
/* determine if the software update key is pressed during startup */ if (GPLR0 & 0x00000800) {
--
1.5.3.2

24 Oct
24 Oct
12:39 a.m.
In message 1192745259-29814-1-git-send-email-plagnioj@jcrosoft.com you wrote:
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Killing is stupid; useless!
-- McCoy, "A Private Little War", stardate 4211.8
6414
Age (days ago)
6419
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk