]> git.sur5r.net Git - u-boot/blobdiff - board/esd/hh405/hh405.c
ppc4xx: Remove obsolete or unused functions from some esd boards
[u-boot] / board / esd / hh405 / hh405.c
index 802491a313a1afad43d20fe274b1d8d3c6f75ae4..9fc41c879c4ea80dda9003d053b397f36b24e72a 100644 (file)
@@ -643,23 +643,6 @@ int checkboard (void)
        return 0;
 }
 
-
-phys_size_t initdram (int board_type)
-{
-       unsigned long val;
-
-       mtdcr(memcfga, mem_mb0cf);
-       val = mfdcr(memcfgd);
-
-#if 0
-       printf("\nmb0cf=%x\n", val); /* test-only */
-       printf("strap=%x\n", mfdcr(strap)); /* test-only */
-#endif
-
-       return (4*1024*1024 << ((val & 0x000e0000) >> 17));
-}
-
-
 #ifdef CONFIG_IDE_RESET
 void ide_set_reset(int on)
 {