]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cmi/cmi.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / cmi / cmi.c
index cbf34f7854ea0146418ab35c4080646e3dc1ae36..8501cae21adf3260f27ab2e68bf475c73ed075f5 100644 (file)
@@ -62,7 +62,7 @@ int checkboard(void)
 /*
  * Get RAM size.
  */
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        return (SRAM_SIZE);             /* We currently have a static size adapted for cmi board. */
 }