[U-Boot] [PATCH] ppc4xx: Fix initialization of the SDRAM_CODT register

2009-02-10 Thread carolyn.j.smith
This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2 initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits. Signed-off-by: Carolyn Smith --- diff -uprN old/cpu/ppc4xx

Re: [U-Boot] [PATCH] ppc4xx: Fix initialization of the SDRAM_CODT register

2009-02-11 Thread Stefan Roese
On Tuesday 10 February 2009, carolyn.j.sm...@tektronix.com wrote: > This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2 > initialization code. It also removes use of the > SDRAM_CODT_FEEDBACK_RCV_SINGLE_END and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END > #define's since they are re