From 96455bfebc9887837095c9051d216f53c61b5f10 Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Fri, 19 Oct 2007 00:07:39 +0200
Subject: [PATCH] Fix warning differ in signedness in board/innokom/innokom.c

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 board/innokom/innokom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/innokom/innokom.c b/board/innokom/innokom.c
index 7f8f47c3a2..c2b88ae16a 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) {
-- 
2.39.5