From: York Sun Date: Wed, 26 Jan 2011 05:51:29 +0000 (-0800) Subject: powerpc/85xx: Enable ECC on MPC8572DS X-Git-Tag: v2025.01-rc5-pxa1908~19705^2~1 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=d34897d32985c056efa1efd5ce7f1544a8c02fc3;p=u-boot.git powerpc/85xx: Enable ECC on MPC8572DS Using hwconfig to turn on/off ECC, without re-compiling. Signed-off-by: York Sun Signed-off-by: Kumar Gala --- diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 8f333a612b..bf2fdd6682 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -136,6 +136,7 @@ #define CONFIG_SPD_EEPROM /* Use SPD EEPROM for DDR setup */ #define CONFIG_DDR_SPD +#define CONFIG_DDR_ECC #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER #define CONFIG_MEM_INIT_VALUE 0xDeadBeef