diff options
author | Wolfgang Denk <wd@denx.de> | 2012-09-03 21:22:02 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-09-03 21:22:02 +0200 |
commit | 6c43d11f3db5289398f882fc9d4158c5abe3a344 (patch) | |
tree | 7f6f2214e85611d2549587305ac05183666cce61 | |
parent | e5ab702a6c458ad2eb041692aed3db114b5846e1 (diff) | |
parent | 5d1c88332951d2f58e9f7000a0523543b22d9a90 (diff) | |
download | talos-obmc-uboot-6c43d11f3db5289398f882fc9d4158c5abe3a344.tar.gz talos-obmc-uboot-6c43d11f3db5289398f882fc9d4158c5abe3a344.zip |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
* 'master' of git://git.denx.de/u-boot-ppc4xx:
ppc4xx: Canyonlands/Glacier: Squeeze NAND image a bit to fit again
Signed-off-by: Wolfgang Denk <wd@denx.de>
-rw-r--r-- | nand_spl/board/amcc/canyonlands/ddr2_fixed.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nand_spl/board/amcc/canyonlands/ddr2_fixed.c b/nand_spl/board/amcc/canyonlands/ddr2_fixed.c index f71ecfb930..10f62cc812 100644 --- a/nand_spl/board/amcc/canyonlands/ddr2_fixed.c +++ b/nand_spl/board/amcc/canyonlands/ddr2_fixed.c @@ -92,14 +92,11 @@ static void ddr_init_common(void) mtsdram(SDRAM_INITPLR11, 0x80000432); mtsdram(SDRAM_INITPLR12, 0x808103C0); mtsdram(SDRAM_INITPLR13, 0x80810040); - mtsdram(SDRAM_INITPLR14, 0x00000000); - mtsdram(SDRAM_INITPLR15, 0x00000000); mtsdram(SDRAM_RDCC, 0x40000000); mtsdram(SDRAM_RQDC, 0x80000038); mtsdram(SDRAM_RFDC, 0x00000257); mtdcr(SDRAM_R0BAS, 0x0000F800); /* MQ0_B0BAS */ - mtdcr(SDRAM_R1BAS, 0x0400F800); /* MQ0_B1BAS */ } phys_size_t initdram(int board_type) |