Change initdram() return type to phys_size_t
[oweals/u-boot.git] / board / atum8548 / atum8548.c
index 2f6ae29d99708d8499833047b2ded968d884a682..4d8c6fbae3de15d16390d784b00d50a23ed4dc5d 100644 (file)
@@ -98,7 +98,7 @@ long int fixed_sdram (void)
 }
 #endif /* !defined(CONFIG_SPD_EEPROM) */
 
-long int
+phys_size_t
 initdram(int board_type)
 {
        long dram_size = 0;