]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ep8260/ep8260.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / ep8260 / ep8260.c
index b9e1df43d75848dfa1e0cd4e874081894179ba2f..0e43c6df974e60a982a04de0e4430a90c293b0ae 100644 (file)
@@ -243,7 +243,7 @@ int checkboard (void)
 /* ------------------------------------------------------------------------- */
 
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        volatile immap_t *immap = (immap_t *) CFG_IMMR;
        volatile memctl8260_t *memctl = &immap->im_memctl;