]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gen860t/gen860t.c
Cleanup for GCC-4.x
[karo-tx-uboot.git] / board / gen860t / gen860t.c
index f1d173ebc97729c68790c1d186a3547f3757ebe2..b7a1b56437aba5e19c6b13d71803c6962e5f0260 100644 (file)
@@ -128,8 +128,8 @@ int checkboard (void)
 {
        DECLARE_GLOBAL_DATA_PTR;
 
-       unsigned char *s;
-       unsigned char buf[64];
+       char *s;
+       char buf[64];
        int i;
 
        i = getenv_r ("board_id", buf, sizeof (buf));
@@ -266,7 +266,7 @@ int misc_init_r (void)
 int last_stage_init (void)
 {
 #if !defined(CONFIG_SC)
-       unsigned char buf[256];
+       char buf[256];
        int i;
 
        /*