diff options
author | York Sun <yorksun@freescale.com> | 2011-01-10 12:02:58 +0000 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-19 22:58:23 -0600 |
commit | 8ed20f2c178aa44c8e1a35703579fd63350e9f42 (patch) | |
tree | 3d468ff9ab094f68367fc280bbf99f913e2f1028 /include/configs | |
parent | 47df8f03f4cae5cec1f42856916a3dd0d0460dc1 (diff) | |
download | u-boot-imx-8ed20f2c178aa44c8e1a35703579fd63350e9f42.zip u-boot-imx-8ed20f2c178aa44c8e1a35703579fd63350e9f42.tar.gz u-boot-imx-8ed20f2c178aa44c8e1a35703579fd63350e9f42.tar.bz2 |
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 <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/corenet_ds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 5e9de90..bff212e 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 |