summaryrefslogtreecommitdiffstats
path: root/board/bf537-pnav/bf537-pnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bf537-pnav/bf537-pnav.c')
-rw-r--r--board/bf537-pnav/bf537-pnav.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/bf537-pnav/bf537-pnav.c b/board/bf537-pnav/bf537-pnav.c
index 12cfefa8ff..c5125288cb 100644
--- a/board/bf537-pnav/bf537-pnav.c
+++ b/board/bf537-pnav/bf537-pnav.c
@@ -23,13 +23,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