diff mbox

[U-Boot,V2,08/12] MPC8568/MPC8569: Remove CONFIG_DDR_DLL define

Message ID 1292274412-11340-9-git-send-email-beckyb@kernel.crashing.org
State Accepted
Delegated to: Kumar Gala
Headers show

Commit Message

Becky Bruce Dec. 13, 2010, 9:06 p.m. UTC
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>
---
 include/configs/MPC8568MDS.h |    1 -
 include/configs/MPC8569MDS.h |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

Comments

Kumar Gala Dec. 14, 2010, 4:21 a.m. UTC | #1
On Dec 13, 2010, at 3:06 PM, Becky Bruce wrote:

> 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>
> ---
> include/configs/MPC8568MDS.h |    1 -
> include/configs/MPC8569MDS.h |    1 -
> 2 files changed, 0 insertions(+), 2 deletions(-)

applied to 85xx next

- k
diff mbox

Patch

diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h
index 281918b..7817fba 100644
--- a/include/configs/MPC8568MDS.h
+++ b/include/configs/MPC8568MDS.h
@@ -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
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h
index e64277e..2395cb2 100644
--- a/include/configs/MPC8569MDS.h
+++ b/include/configs/MPC8569MDS.h
@@ -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