]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pm828/pm828.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / pm828 / pm828.c
index 98cd80bc8d5a758562cb2de4ec2759ef6d35f37b..6038e9758d16325d6bf1f93e0104d56825e950ff 100644 (file)
@@ -312,7 +312,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;