summaryrefslogtreecommitdiffstats
path: root/board/ibf-dsp561
diff options
context:
space:
mode:
Diffstat (limited to 'board/ibf-dsp561')
-rw-r--r--board/ibf-dsp561/ibf-dsp561.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/ibf-dsp561/ibf-dsp561.c b/board/ibf-dsp561/ibf-dsp561.c
index 551fc291a0..b5bebd4a90 100644
--- a/board/ibf-dsp561/ibf-dsp561.c
+++ b/board/ibf-dsp561/ibf-dsp561.c
@@ -16,10 +16,3 @@ int checkboard(void)
printf(" Support: http://www.i-syst.com/\n");
return 0;
}
-
-phys_size_t initdram(int board_type)
-{
- gd->bd->bi_memstart = CONFIG_SYS_SDRAM_BASE;
- gd->bd->bi_memsize = CONFIG_SYS_MAX_RAM_SIZE;
- return gd->bd->bi_memsize;
-}
OpenPOWER on IntegriCloud