aboutsummaryrefslogtreecommitdiff
path: root/board/amcc/taihu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-09-10 16:53:47 +0200
committerStefan Roese <sr@denx.de>2008-09-12 07:12:33 +0200
commit7bf5ecfa50722a9feb45ea8f04da75f5d406f20b (patch)
treea28ce7747e214469fa77199f4ea83ba8e2965e48 /board/amcc/taihu
parent61737c59a3285f6fadf96a5836879898c04ec28d (diff)
ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
This patch fixes a problem introdiced with patch bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by initdram()]. The boards affected are: - PCI405 - PPChameleonEVB - quad100hd - taihu - zeus Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/taihu')
-rw-r--r--board/amcc/taihu/taihu.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/amcc/taihu/taihu.c b/board/amcc/taihu/taihu.c
index 266f2601c..ee0939aa3 100644
--- a/board/amcc/taihu/taihu.c
+++ b/board/amcc/taihu/taihu.c
@@ -78,15 +78,6 @@ int checkboard(void)
return 0;
}
-/*************************************************************************
- * phys_size_t initdram
- *
- ************************************************************************/
-phys_size_t initdram(int board)
-{
- return CFG_SDRAM_SIZE_PER_BANK * CFG_SDRAM_BANKS; /* 128Mbytes */
-}
-
static int do_sw_stat(cmd_tbl_t* cmd_tp, int flags, int argc, char *argv[])
{
char stat;