]> git.sur5r.net Git - u-boot/blobdiff - board/bmw/bmw.c
Change initdram() return type to phys_size_t
[u-boot] / board / bmw / bmw.c
index 485e050b19a65319a5b272326b32ff64193a4ec5..043143163ae0e99c3cca11b2c4bc24b174febbf8 100644 (file)
@@ -51,7 +51,7 @@ int checkboard(void)
     return 0;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
     return 64*1024*1024;
 }