Skip to content
Snippets Groups Projects
Commit 8ed20f2c authored by York Sun's avatar York Sun Committed by Kumar Gala
Browse files

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: default avatarYork Sun <yorksun@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 47df8f03
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment