mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
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:
parent
2a4741d9a1
commit
96455bfebc
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user