public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH 2/2] mpc83xx:Fix MPC8349ITX SPD RAM initialization
@ 2007-04-24 19:22 Benedict, Michael
  2007-04-24 19:25 ` Timur Tabi
  0 siblings, 1 reply; 4+ messages in thread
From: Benedict, Michael @ 2007-04-24 19:22 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Timur Tabi <timur@freescale.com>
---
Use newly defined CFG_DDR_SDRAM_CLK_CNTL for MPC8349ITX static ram
initialization

 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);

--
1.4.4.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-24 19:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-24 19:22 [U-Boot-Users] [PATCH 2/2] mpc83xx:Fix MPC8349ITX SPD RAM initialization Benedict, Michael
2007-04-24 19:25 ` Timur Tabi
2007-04-24 19:36   ` [U-Boot-Users] [PATCH 2/2] mpc83xx:Fix MPC8349ITX SPD RAMinitialization Benedict, Michael
2007-04-24 19:55     ` Timur Tabi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox