summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Huang <Chang-Ming.Huang@freescale.com>2010-03-15 11:28:12 +0800
committerScott Sweeny <scott.sweeny@timesys.com>2010-09-29 17:32:29 -0400
commit664941494ff2cc57df50ed89fec2f59a8f96106f (patch)
treee2e65f0e1a77662654bb83cf4662ad69d404345c
parent5ea1d0fb6bf06b24a834f313f7fbe0c51c91b7f4 (diff)
p1022ds: disable the DDR ECC
Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
-rw-r--r--include/configs/P1022DS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h
index d54538bde3..85d0558657 100644
--- a/include/configs/P1022DS.h
+++ b/include/configs/P1022DS.h
@@ -127,7 +127,7 @@ extern unsigned long calculate_board_ddr_clk(unsigned long dummy);
#undef CONFIG_FSL_DDR_INTERACTIVE
/* ECC will be enabled based on perf_mode environment variable */
-#define CONFIG_DDR_ECC
+#undef CONFIG_DDR_ECC
#define CONFIG_ECC_INIT_VIA_DDRCONTROLLER
#define CONFIG_MEM_INIT_VALUE 0xDeadBeef