summaryrefslogtreecommitdiffstats
path: root/board/esd/cpciiser4
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2008-09-02 16:33:05 +0200
committerStefan Roese <sr@denx.de>2008-09-03 14:37:52 +0200
commit97b0734d65f8a0b03df0a335a2addc759da56107 (patch)
tree034228b680db096f67b7bc14a4c52a71595bb4cc /board/esd/cpciiser4
parent1092ce218c514e5ccb18450ac5af501d96d6e3e9 (diff)
downloadblackbird-obmc-uboot-97b0734d65f8a0b03df0a335a2addc759da56107.tar.gz
blackbird-obmc-uboot-97b0734d65f8a0b03df0a335a2addc759da56107.zip
ppc4xx: Remove obsolete or unused functions from some esd boards
This patch removes initdram() and testdram() from most esd 405 platforms. Some boards also have an empty dummy implementation of misc_init_f(). This is also removed. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/cpciiser4')
-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 204117edf5..b5d25433f5 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);
-}
-
-/* ------------------------------------------------------------------------- */
OpenPOWER on IntegriCloud