From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Wed, 26 Jan 2011 00:22:18 -0600 Subject: [U-Boot] [PATCH 5/5] poewrpc/85xx: Enable ECC on MPC8572DS In-Reply-To: <1296022938-19899-4-git-send-email-galak@kernel.crashing.org> References: <1296022938-19899-1-git-send-email-galak@kernel.crashing.org> <1296022938-19899-2-git-send-email-galak@kernel.crashing.org> <1296022938-19899-3-git-send-email-galak@kernel.crashing.org> <1296022938-19899-4-git-send-email-galak@kernel.crashing.org> Message-ID: <1296022938-19899-5-git-send-email-galak@kernel.crashing.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: York Sun Using hwconfig to turn on/off ECC, without re-compiling. Signed-off-by: York Sun Signed-off-by: Kumar Gala --- include/configs/MPC8572DS.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 8f333a6..bf2fdd6 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 -- 1.7.2.3