]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpciiser4/cpciiser4.c
ppc4xx: Remove obsolete or unused functions from some esd boards
[u-boot] / board / esd / cpciiser4 / cpciiser4.c
index 204117edf5f0ed48deac6627994f11db65a6ded5..b5d25433f591fcd54270e5c89024c59d04fd4032 100644 (file)
@@ -183,22 +183,3 @@ int checkboard (void)
 
        return 0;
 }
-
-/* ------------------------------------------------------------------------- */
-
-phys_size_t initdram (int board_type)
-{
-       return (16 * 1024 * 1024);
-}
-
-/* ------------------------------------------------------------------------- */
-
-int testdram (void)
-{
-       /* TODO: XXX XXX XXX */
-       printf ("test: 16 MB - ok\n");
-
-       return (0);
-}
-
-/* ------------------------------------------------------------------------- */