]> git.sur5r.net Git - u-boot/blobdiff - board/sbc8240/sbc8240.c
Change initdram() return type to phys_size_t
[u-boot] / board / sbc8240 / sbc8240.c
index 8a52f67418090a4899f53de22ede19966386cb41..175720d90657bcfa8ed3191cfd500f99346f67b2 100644 (file)
@@ -45,7 +45,7 @@ int checkboard (void)
        return 0;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        long size;
        long new_bank0_end;