]> git.sur5r.net Git - u-boot/blobdiff - board/ep82xxm/ep82xxm.c
Change initdram() return type to phys_size_t
[u-boot] / board / ep82xxm / ep82xxm.c
index 27443d3dfbc0be9ff82d7c764c357a533c599bf4..03baf0b59a45bb324b30914746530d152b84217b 100644 (file)
@@ -219,7 +219,7 @@ int board_early_init_f (void)
        return 0;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        /* Size in MB of SDRAM populated on board*/
        long int msize = 256;