]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/netta2/netta2.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / netta2 / netta2.c
index b216c5a8eff229ed504bebaf8e3caa0f131fd0b9..a97c14cee7766dca59d2a6247f8bc4aa990f6bf5 100644 (file)
@@ -402,7 +402,7 @@ void check_ram(unsigned int addr, unsigned int size)
        }
 }
 
-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;