* [U-Boot] [PATCH] powerpc/mpc8548cds: Remove incorrect DDR_MSYNC_IN erratum define
@ 2011-07-13 22:11 Becky Bruce
2011-07-17 15:37 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Becky Bruce @ 2011-07-13 22:11 UTC (permalink / raw)
To: u-boot
This erratum doesn't exist on this processor, and the workaround
spins on a non-existent register, causing boot to hang.
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
---
include/configs/MPC8548CDS.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h
index 0c0ae02..c9a0f60 100644
--- a/include/configs/MPC8548CDS.h
+++ b/include/configs/MPC8548CDS.h
@@ -91,7 +91,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_SYS_FSL_ERRATUM_DDR_MSYNC_IN /* possible DLL fix needed */
#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER /* DDR controller or DMA? */
#define CONFIG_MEM_INIT_VALUE 0xDeadBeef
--
1.5.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] powerpc/mpc8548cds: Remove incorrect DDR_MSYNC_IN erratum define
2011-07-13 22:11 [U-Boot] [PATCH] powerpc/mpc8548cds: Remove incorrect DDR_MSYNC_IN erratum define Becky Bruce
@ 2011-07-17 15:37 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2011-07-17 15:37 UTC (permalink / raw)
To: u-boot
On Jul 13, 2011, at 5:11 PM, Becky Bruce wrote:
> This erratum doesn't exist on this processor, and the workaround
> spins on a non-existent register, causing boot to hang.
>
> Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
> ---
> include/configs/MPC8548CDS.h | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
applied to 85xx
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-17 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 22:11 [U-Boot] [PATCH] powerpc/mpc8548cds: Remove incorrect DDR_MSYNC_IN erratum define Becky Bruce
2011-07-17 15:37 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox