Fix various compiler warnings on ppc4xx builds (ELDK 4.0)
[platform/kernel/u-boot.git] / board / esd / cms700 / cms700.c
index 649619d..e4cfe14 100644 (file)
@@ -114,7 +114,7 @@ int misc_init_r (void)
 
 int checkboard (void)
 {
-       unsigned char str[64];
+       char str[64];
        int flashcnt;
        int delay;
        volatile unsigned char *led_reg = (unsigned char *)((ulong)CFG_PLD_BASE + 0x1000);