]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mpc8260ads/mpc8260ads.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / freescale / mpc8260ads / mpc8260ads.c
index 548d813af5d4352adffd4c05f7f884f451a6eef0..6f683f031bd8dfd3ffed1cadfc1f137a24750ad2 100644 (file)
@@ -304,7 +304,7 @@ int board_early_init_f (void)
 
 #define ns2clk(ns) (ns / (1000000000 / CONFIG_8260_CLKIN) + 1)
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
 #if   CONFIG_ADSTYPE == CFG_PQ2FADS
        long int msize = 32;