]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pm826/pm826.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / pm826 / pm826.c
index 1420e649d217da8941a01dcdc48729cc903e59e9..7ee3ab65c06483101984c17729eb29f3ac8d99ac 100644 (file)
@@ -279,7 +279,7 @@ static long int try_init (volatile memctl8260_t * memctl, ulong sdmr,
 }
 
 
-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;