]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esteem192e/esteem192e.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / esteem192e / esteem192e.c
index 3959eead27205bfe37105464e561ef3cb65d80e7..f3c8662cdba42b37693ffb90640ff5d6cad970dd 100644 (file)
@@ -101,7 +101,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;