Cleanup for GCC-4.x
[oweals/u-boot.git] / board / xilinx / ml300 / ml300.c
index f335fc1ba6dfcaf10263070afd84f504cd5a3c29..dad562f1c7761d0d2d47fb867e18bea8838444ca 100644 (file)
@@ -55,8 +55,8 @@ board_pre_init(void)
 int
 checkboard(void)
 {
-       uchar tmp[64];          /* long enough for environment variables */
-       uchar *s, *e;
+       char tmp[64];           /* long enough for environment variables */
+       char *s, *e;
        int i = getenv_r("L", tmp, sizeof (tmp));
 
        if (i < 0) {