]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/canmb/canmb.c
Change initdram() return type to phys_size_t
[people/ms/u-boot.git] / board / canmb / canmb.c
index 1782b314f88d71a833f623d892b0eb8eca0cc75a..d3711d0779948d8adee35e65b352122ece041e4f 100644 (file)
@@ -82,7 +82,7 @@ static void sdram_start (int hi_addr)
  */
 
 #if defined(CONFIG_MPC5200)
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        ulong dramsize = 0;
        ulong dramsize2 = 0;
@@ -185,7 +185,7 @@ long int initdram (int board_type)
 
 #elif defined(CONFIG_MGT5100)
 
-long int initdram (int board_type)
+phys_size_t initdram (int board_type)
 {
        ulong dramsize = 0;
 #ifndef CFG_RAMBOOT