commit | e179b9c88ad10b90e826999f04a6e07a0545c706 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Oct 19 00:07:39 2007 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Oct 23 16:42:17 2007 +0200 |
tree | 68e842215f9014b01dba46c6122de8100c1f53ce | |
parent | 53761bcc93e73ecc9dd681af8541fa24f24eaf54 [diff] |
Fix warning differ in signedness in board/innokom/innokom.c 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 misc_init_r(void) { - uchar *str; + char *str; /* determine if the software update key is pressed during startup */ if (GPLR0 & 0x00000800) {