]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpci5200/cpci5200.c
Change initdram() return type to phys_size_t
[u-boot] / board / esd / cpci5200 / cpci5200.c
index adb8597e1cf70096d29bcda40fac575711628078..20130acfe858fec4eb24a7407ee15cd997bdd614 100644 (file)
@@ -84,7 +84,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 test1, test2;