]> git.sur5r.net Git - u-boot/blobdiff - board/esd/ocrtc/ocrtc.c
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
[u-boot] / board / esd / ocrtc / ocrtc.c
index ac032ef0ad2125fb670c96637f1b018fd366ee85..7b0edd5958d682683d7d7a945470951163dfe042 100644 (file)
@@ -74,7 +74,7 @@ int misc_init_f (void)
  */
 int checkboard (void)
 {
-       unsigned char str[64];
+       char str[64];
        int i = getenv_r ("serial#", str, sizeof (str));
 
        puts ("Board: ");
@@ -101,7 +101,7 @@ int checkboard (void)
 }
 
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        unsigned long val;