From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Wed, 25 Apr 2007 17:54:52 -0500 Subject: [U-Boot-Users] [PATCH] Fix memory initialization on MPC8349ITX In-Reply-To: <462FD4B3.6080901@freescale.com> References: <462FD4B3.6080901@freescale.com> Message-ID: <462FDC3C.8050102@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Timur Tabi wrote: > I've tested this patch, and it works fine on my ITX and ITX-GP, so please post a new, > complete patch and I'll ack it. I've been thinking about this. Could you try one more thing before posting the new patch? In cpu/mpc83xx/spd_sdram.c, could you comment-out this line: ddr->sdram_clk_cntl = 0x00000000; and also *not* define CFG_DDR_SDRAM_CLK_CNTL in MPC8349ITX.h? In other words, I want to see what happens if you don't write anything at all to ddr->sdram_clk_cntl. -- Timur Tabi Linux Kernel Developer @ Freescale