]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/dp405/dp405.c
Cleanup for GCC-4.x
[people/ms/u-boot.git] / board / esd / dp405 / dp405.c
index 056063e6dacd429fa8749e0cab54471f7d26c02a..fd51f7f343e8fcd5af4356608201b63565b4a4a1 100644 (file)
@@ -100,7 +100,7 @@ int misc_init_r (void)
 
 int checkboard (void)
 {
-       unsigned char str[64];
+       char str[64];
        int i = getenv_r ("serial#", str, sizeof(str));
        unsigned char trans[16] = {0x0,0x8,0x4,0xc,0x2,0xa,0x6,0xe,
                                   0x1,0x9,0x5,0xd,0x3,0xb,0x7,0xf};