Change initdram() return type to phys_size_t
[oweals/u-boot.git] / board / esd / du405 / du405.c
index 69432138d3152f75e059cd459ce574bc6bbff4f8..78ae4ba67b6fb9dd71d2690e62b07743e0a5c916 100644 (file)
@@ -200,7 +200,7 @@ int checkboard (void)
 }
 
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        return (16 * 1024 * 1024);
 }