Fix warning differ in signedness in board/innokom/innokom.c

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2007-10-19 00:07:39 +02:00 committed by Wolfgang Denk
parent 2a4741d9a1
commit 96455bfebc

View File

@ -72,7 +72,7 @@ int i2c_init_board(void)
int misc_init_r(void) int misc_init_r(void)
{ {
uchar *str; char *str;
/* determine if the software update key is pressed during startup */ /* determine if the software update key is pressed during startup */
if (GPLR0 & 0x00000800) { if (GPLR0 & 0x00000800) {