]> git.sur5r.net Git - u-boot/blobdiff - board/eXalion/eXalion.c
Change initdram() return type to phys_size_t
[u-boot] / board / eXalion / eXalion.c
index 2e3f51998ee5b178b4edc53915452ea823fd90cc..385b498d09f287783ae7ae5ca9a7e55955c6dc65 100644 (file)
@@ -52,7 +52,7 @@ int checkflash (void)
        return (0);
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        int i, cnt;
        volatile uchar *base = CFG_SDRAM_BASE;