Change initdram() return type to phys_size_t
[oweals/u-boot.git] / board / mpl / pati / pati.c
index 7893d61f163c21f893b29bcad8bbdc5db79ff6f5..475741d2af77b50a677e225d887547d24c386103 100644 (file)
@@ -149,7 +149,7 @@ extern void mem_test_reloc(void);
 /*
  * Get RAM size.
  */
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        unsigned char board_rev;
        unsigned long reg;