summaryrefslogtreecommitdiff
path: root/board/esd/cpciiser4/cpciiser4.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/cpciiser4/cpciiser4.c')
-rw-r--r--board/esd/cpciiser4/cpciiser4.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/board/esd/cpciiser4/cpciiser4.c b/board/esd/cpciiser4/cpciiser4.c
index 204117edf..b5d25433f 100644
--- a/board/esd/cpciiser4/cpciiser4.c
+++ b/board/esd/cpciiser4/cpciiser4.c
@@ -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);
-}
-
-/* ------------------------------------------------------------------------- */