]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mpc8544ds/mpc8544ds.c
mpc85xx boards: initdram() cleanup/bugfix
[people/ms/u-boot.git] / board / freescale / mpc8544ds / mpc8544ds.c
index 2b6900c081ba7356175e4e2d15e188caca6732eb..caea2f4d9ff90f93bf6f14f395f2b222ad0cbe23 100644 (file)
@@ -68,23 +68,6 @@ int checkboard (void)
        return 0;
 }
 
-phys_size_t
-initdram(int board_type)
-{
-       long dram_size = 0;
-
-       puts("Initializing\n");
-
-       dram_size = fsl_ddr_sdram();
-
-       dram_size = setup_ddr_tlbs(dram_size / 0x100000);
-
-       dram_size *= 0x100000;
-
-       puts("    DDR: ");
-       return dram_size;
-}
-
 #ifdef CONFIG_PCI1
 static struct pci_controller pci1_hose;
 #endif