Moved initialization of GT6426x Ethernet controller to board_eth_init()
[oweals/u-boot.git] / board / incaip / incaip.c
index dc513739fa3fce57c133cc18313f599006924389..ac7ad8f292e438b00aa36607c8054d40a64cf373 100644 (file)
@@ -53,7 +53,7 @@ static ulong max_sdram_size(void)
        return size;
 }
 
-long int initdram(int board_type)
+phys_size_t initdram(int board_type)
 {
        int   rows, cols, best_val = *INCA_IP_SDRAM_MC_CFGPB0;
        ulong size, max_size       = 0;