]> git.sur5r.net Git - u-boot/blobdiff - board/jupiter/jupiter.c
Change initdram() return type to phys_size_t
[u-boot] / board / jupiter / jupiter.c
index efdc333493ec6d40413d37cf87b12f2346958048..7913c753765f609646ac5deaf6826434b9bb5488 100644 (file)
@@ -92,7 +92,7 @@ static void sdram_start (int hi_addr)
  *            is something else than 0x00000000.
  */
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        ulong dramsize = 0;
        ulong dramsize2 = 0;