]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/w7o/w7o.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / w7o / w7o.c
index 7a3d63a4bf30c5326d0b9d67d26750cb8b785b8e..0e3b84c61348f047882d7b6971dc8129696c868e 100644 (file)
@@ -152,7 +152,7 @@ int checkboard (void)
 
 /* ------------------------------------------------------------------------- */
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        /*
         * ToDo: Move the asm init routine sdram_init() to this C file,