]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
MPC8568/MPC8569: Remove CONFIG_DDR_DLL define
authorBecky Bruce <beckyb@kernel.crashing.org>
Mon, 13 Dec 2010 21:06:48 +0000 (15:06 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 Jan 2011 07:32:18 +0000 (01:32 -0600)
Neither of these parts should have the erratum this is meant to
work around.  Delete it.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/configs/MPC8568MDS.h
include/configs/MPC8569MDS.h

index 281918bdc9ec7c1e6061bf2a90380f05f3d79230..7817fba2ffe2a5ccbb453a674f563b09a2d2e6c7 100644 (file)
@@ -82,7 +82,6 @@ extern unsigned long get_clock_freq(void);
 #undef CONFIG_FSL_DDR_INTERACTIVE
 #define CONFIG_SPD_EEPROM              /* Use SPD EEPROM for DDR setup*/
 #define CONFIG_DDR_SPD
-#define CONFIG_DDR_DLL                 /* possible DLL fix needed */
 #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER      /* DDR controller or DMA? */
 
 #define CONFIG_MEM_INIT_VALUE  0xDeadBeef
index e64277e3f21cc9cc85f73b731d860e2e16fb8af6..2395cb222ad0123ff9f9306f55d4a29b2b77b9a1 100644 (file)
@@ -122,7 +122,6 @@ extern unsigned long get_clock_freq(void);
 #undef CONFIG_FSL_DDR_INTERACTIVE
 #define CONFIG_SPD_EEPROM              /* Use SPD EEPROM for DDR setup*/
 #define CONFIG_DDR_SPD
-#define CONFIG_DDR_DLL                 /* possible DLL fix needed */
 #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER      /* DDR controller or DMA? */
 
 #define CONFIG_MEM_INIT_VALUE  0xDeadBeef