]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/etx094/etx094.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / etx094 / etx094.c
index eb58b5d52989641f0cfc408e5fa38a676e154120..7806519e305b0a4feca9fe4f8c166d2853e4f946 100644 (file)
@@ -125,7 +125,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 memctl8xx_t *memctl = &immap->im_memctl;