]> git.sur5r.net Git - u-boot/blobdiff - board/zpc1900/zpc1900.c
Change initdram() return type to phys_size_t
[u-boot] / board / zpc1900 / zpc1900.c
index 7db535e8a479220e6fc96d04776007d81f45679a..103ef714fd19ba105ed77a303bdccd02c1dec80b 100644 (file)
@@ -220,7 +220,7 @@ void nvram_write(long dest, const void *src, size_t count)
 }
 #endif /* CFG_NVRAM_ACCESS_ROUTINE */
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        vu_char *bcsr = (vu_char *)CFG_BCSR;
        volatile immap_t *immap = (immap_t *)CFG_IMMR;