summaryrefslogtreecommitdiff
path: root/board/cm-bf561
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2010-01-18 08:08:32 -0600
committerTom Rix <Tom.Rix@windriver.com>2010-01-18 08:08:32 -0600
commita7709d926dbc7cb1541034fcf2b21ce3e838cb12 (patch)
tree72c58261577bc00d98dbd208e4fa95dfbb2487a5 /board/cm-bf561
parent1c2a8e359ebbec0dbef62f5b54c72f9cd72ccd59 (diff)
parent88ffb2665cd066b6b20cfaade13929d4e8428dde (diff)
downloadu-boot-imx-a7709d926dbc7cb1541034fcf2b21ce3e838cb12.zip
u-boot-imx-a7709d926dbc7cb1541034fcf2b21ce3e838cb12.tar.gz
u-boot-imx-a7709d926dbc7cb1541034fcf2b21ce3e838cb12.tar.bz2
Merge branch 't-ml-master' into t-master
Diffstat (limited to 'board/cm-bf561')
-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 f21a015..80cfff7 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)
{