summaryrefslogtreecommitdiffstats
path: root/board/tcm-bf537/tcm-bf537.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/tcm-bf537/tcm-bf537.c')
-rw-r--r--board/tcm-bf537/tcm-bf537.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/tcm-bf537/tcm-bf537.c b/board/tcm-bf537/tcm-bf537.c
index 573387d4f6..60742dfea5 100644
--- a/board/tcm-bf537/tcm-bf537.c
+++ b/board/tcm-bf537/tcm-bf537.c
@@ -24,13 +24,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_BFIN_MAC
static void board_init_enetaddr(uchar *mac_addr)
{
OpenPOWER on IntegriCloud