diff options
| author | Zhao Chenhui <[email protected]> | 2011-03-02 16:44:52 +0800 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2011-04-04 09:24:42 -0500 |
| commit | 5103d7aa23b33b9c4c5b6221248109eb6672c7b1 (patch) | |
| tree | 71139b99224b63a4016707121443cba7f049ef83 /include | |
| parent | 1a66f289160c265a27fba29225aae6c0a1d9116a (diff) | |
powerpc/85xx: Disable ECC in considering performance on MPC8572DS
Signed-off-by: Zhao Chenhui <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/MPC8572DS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 2b0e58ba459..0f419c57238 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; " \ |
