summaryrefslogtreecommitdiffstats
path: root/board/cm-bf561/cm-bf561.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cm-bf561/cm-bf561.c')
-rw-r--r--board/cm-bf561/cm-bf561.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/cm-bf561/cm-bf561.c b/board/cm-bf561/cm-bf561.c
index f21a015e42..80cfff7242 100644
--- a/board/cm-bf561/cm-bf561.c
+++ b/board/cm-bf561/cm-bf561.c
@@ -18,13 +18,6 @@ int checkboard(void)
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;
-}
-
#ifdef CONFIG_SMC91111
int board_eth_init(bd_t *bis)
{
OpenPOWER on IntegriCloud