]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netta/netta.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / netta / netta.c
index 5a75e53e0de6657a74c2b6946393afa2de5d4405..1183f33ef8c776cfffdc14419eef402ba087ea44 100644 (file)
@@ -337,7 +337,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;