]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gen860t/gen860t.c
Change initdram() return type to phys_size_t
[karo-tx-uboot.git] / board / gen860t / gen860t.c
index 73cc16d479276e0c014b97929ac332b129680240..e3d0e435d466ae8f8d58b5b7b4967842f6b2d53e 100644 (file)
@@ -158,7 +158,7 @@ int checkboard (void)
 /*
  * Initialize SDRAM
  */
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        volatile immap_t *immr = (immap_t *) CFG_IMMR;
        volatile memctl8xx_t *memctl = &immr->im_memctl;