summaryrefslogtreecommitdiffstats
path: root/board/cm-bf527
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-03 06:28:22 -0500
committerMike Frysinger <vapier@gentoo.org>2010-01-17 09:17:26 -0500
commitfa45bd498a1970574f4b7539b67cc2286f1324fa (patch)
tree676afe67823c39f6f1342b96b4cc66bac24afd8d /board/cm-bf527
parentb1e2c5519a06f9a5841a7a434bf4da4d393f8df5 (diff)
downloadtalos-obmc-uboot-fa45bd498a1970574f4b7539b67cc2286f1324fa.tar.gz
talos-obmc-uboot-fa45bd498a1970574f4b7539b67cc2286f1324fa.zip
Blackfin: kill off useless initdram() usage
While the initdram() function makes sense on some arches, it doesn't for Blackfin systems as it's always implemented the same way. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/cm-bf527')
-rw-r--r--board/cm-bf527/cm-bf527.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/cm-bf527/cm-bf527.c b/board/cm-bf527/cm-bf527.c
index db1cf9028c..b6815b1ccd 100644
--- a/board/cm-bf527/cm-bf527.c
+++ b/board/cm-bf527/cm-bf527.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