]> git.sur5r.net Git - u-boot/blobdiff - board/ep88x/ep88x.c
Change initdram() return type to phys_size_t
[u-boot] / board / ep88x / ep88x.c
index 5f57f36bbf564605f4e7a0adb82eb9670cd5e379..92e5f0c12c25e84ad3eb910f0e963f99cbf2b76b 100644 (file)
@@ -86,7 +86,7 @@ int board_early_init_f (void)
        return 0;
 }
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        long int msize;
        volatile immap_t     *immap  = (volatile immap_t *)CFG_IMMR;