From: Zhao Chenhui <b35336@freescale.com>
Date: Wed, 2 Mar 2011 08:44:52 +0000 (+0800)
Subject: powerpc/85xx: Disable ECC in considering performance on MPC8572DS
X-Git-Tag: v2025.01-rc5-pxa1908~19589^2~13
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=5103d7aa23b33b9c4c5b6221248109eb6672c7b1;p=u-boot.git

powerpc/85xx: Disable ECC in considering performance on MPC8572DS

Signed-off-by: Zhao Chenhui <b35336@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---

diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h
index 2b0e58ba45..0f419c5723 100644
--- a/include/configs/MPC8572DS.h
+++ b/include/configs/MPC8572DS.h
@@ -741,7 +741,7 @@
 #define CONFIG_BAUDRATE	115200
 
 #define	CONFIG_EXTRA_ENV_SETTINGS				\
- "hwconfig=fsl_ddr:ctlr_intlv=bank\0"				\
+ "hwconfig=fsl_ddr:ctlr_intlv=bank,ecc=off\0"			\
  "netdev=eth0\0"						\
  "uboot=" MK_STR(CONFIG_UBOOTPATH) "\0"				\
  "tftpflash=tftpboot $loadaddr $uboot; "			\