diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-03 06:28:22 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-17 09:17:26 -0500 |
commit | fa45bd498a1970574f4b7539b67cc2286f1324fa (patch) | |
tree | 676afe67823c39f6f1342b96b4cc66bac24afd8d /board/cm-bf533 | |
parent | b1e2c5519a06f9a5841a7a434bf4da4d393f8df5 (diff) |
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-bf533')
-rw-r--r-- | board/cm-bf533/cm-bf533.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/cm-bf533/cm-bf533.c b/board/cm-bf533/cm-bf533.c index ab0bf3bf659..a863195057d 100644 --- a/board/cm-bf533/cm-bf533.c +++ b/board/cm-bf533/cm-bf533.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) { |