diff options
author | Wolfgang Denk <wd@denx.de> | 2008-09-12 15:23:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-12 15:23:20 +0200 |
commit | b476b032562aae5a09985f7e22232a5ee7042746 (patch) | |
tree | 0be91a99d935a06e1c51f9c7fc544ee4935762bb /board/dave | |
parent | 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416 (diff) | |
parent | b18410e508a12ba0a177dfc2a386857c806fa96d (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'board/dave')
-rw-r--r-- | board/dave/PPChameleonEVB/PPChameleonEVB.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/board/dave/PPChameleonEVB/PPChameleonEVB.c b/board/dave/PPChameleonEVB/PPChameleonEVB.c index c9b288a4130..c715ad414a5 100644 --- a/board/dave/PPChameleonEVB/PPChameleonEVB.c +++ b/board/dave/PPChameleonEVB/PPChameleonEVB.c @@ -203,31 +203,6 @@ int checkboard (void) /* ------------------------------------------------------------------------- */ -phys_size_t initdram (int board_type) -{ - unsigned long val; - - mtdcr(memcfga, mem_mb0cf); - val = mfdcr(memcfgd); - -#if 0 /* test-only */ - for (;;) { - NAND_DISABLE_CE(1); - udelay(100); - NAND_ENABLE_CE(1); - udelay(100); - } -#endif -#if 0 - printf("\nmb0cf=%x\n", val); /* test-only */ - printf("strap=%x\n", mfdcr(strap)); /* test-only */ -#endif - - return (4*1024*1024 << ((val & 0x000e0000) >> 17)); -} - -/* ------------------------------------------------------------------------- */ - int testdram (void) { /* TODO: XXX XXX XXX */ |