[U-Boot] [PATCH] powerpc/c29xpcie: DDR ECC off since hardware issue
Po Liu
Po.Liu at freescale.com
Wed Aug 21 08:27:49 CEST 2013
Some boards booting up fail since the DDR ECC chip has bad impedance
in current hardware, make the DDR ECC off when booting.
Signed-off-by: Po Liu <Po.Liu at freescale.com>
---
include/configs/C29XPCIE.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h
index cce2288..388fe2b 100644
--- a/include/configs/C29XPCIE.h
+++ b/include/configs/C29XPCIE.h
@@ -109,10 +109,7 @@
#define SPD_EEPROM_ADDRESS 0x50
#define CONFIG_SYS_DDR_RAW_TIMING
-/* DDR ECC Setup*/
-#define CONFIG_DDR_ECC
#define CONFIG_MEM_INIT_VALUE 0xDeadBeef
-#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
#define CONFIG_SYS_SDRAM_SIZE 512
#define CONFIG_SYS_DDR_SDRAM_BASE 0x00000000
--
1.8.0
More information about the U-Boot
mailing list