From: York Sun Date: Mon, 10 Jan 2011 12:02:58 +0000 (+0000) Subject: corenet_ds: Enable ECC for corenet_ds X-Git-Tag: v2011.03-rc1~12^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ed20f2c178aa44c8e1a35703579fd63350e9f42;p=u-boot corenet_ds: Enable ECC for corenet_ds ECC can be turned on/off by hwconfig without recompiling. So enable it by default. Signed-off-by: York Sun Signed-off-by: Kumar Gala --- diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 5e9de901d1..bff212e40d 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -80,7 +80,7 @@ #define CONFIG_BACKSIDE_L2_CACHE #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E #define CONFIG_BTB /* toggle branch predition */ -/*#define CONFIG_DDR_ECC*/ +#define CONFIG_DDR_ECC #ifdef CONFIG_DDR_ECC #define CONFIG_ECC_INIT_VIA_DDRCONTROLLER #define CONFIG_MEM_INIT_VALUE 0xdeadbeef