]> git.sur5r.net Git - u-boot/commitdiff
Fix warning differ in signedness in board/innokom/innokom.c
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Thu, 18 Oct 2007 22:07:39 +0000 (00:07 +0200)
committerWolfgang 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

index 7f8f47c3a2ef7338acf9d60fc70a50d9bf61523a..c2b88ae16ad20467ee2477f78101436a8b7b8783 100644 (file)
@@ -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) {