diff options
author | Wolfgang Denk <wd@denx.de> | 2007-05-16 01:12:04 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-05-16 01:12:04 +0200 |
commit | 256176d3d5462d466e2c8434281ced50257c8add (patch) | |
tree | df286b05bb197dfd92308258bd723aeef3581f90 /board/mpc8349itx/mpc8349itx.c | |
parent | d62f64cc23a940eafe712c776b3249e4160753d1 (diff) | |
parent | 068aab660bc3912b930be5540e6b3f3fd6ad3c96 (diff) | |
download | u-boot-imx-256176d3d5462d466e2c8434281ced50257c8add.zip u-boot-imx-256176d3d5462d466e2c8434281ced50257c8add.tar.gz u-boot-imx-256176d3d5462d466e2c8434281ced50257c8add.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
Diffstat (limited to 'board/mpc8349itx/mpc8349itx.c')
-rw-r--r-- | board/mpc8349itx/mpc8349itx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/mpc8349itx/mpc8349itx.c b/board/mpc8349itx/mpc8349itx.c index 2b3ded1..178b1d3 100644 --- a/board/mpc8349itx/mpc8349itx.c +++ b/board/mpc8349itx/mpc8349itx.c @@ -80,8 +80,7 @@ int fixed_sdram(void) im->ddr.sdram_interval = (0x0410 << SDRAM_INTERVAL_REFINT_SHIFT) | (0x0100 << SDRAM_INTERVAL_BSTOPRE_SHIFT); - im->ddr.sdram_clk_cntl = - DDR_SDRAM_CLK_CNTL_SS_EN | DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05; + im->ddr.sdram_clk_cntl = CFG_DDR_SDRAM_CLK_CNTL; udelay(200); |