projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47df8f0
)
corenet_ds: Enable ECC for corenet_ds
author
York Sun
<yorksun@freescale.com>
Mon, 10 Jan 2011 12:02:58 +0000
(12:02 +0000)
committer
Kumar Gala
<galak@kernel.crashing.org>
Thu, 20 Jan 2011 04:58:23 +0000
(22:58 -0600)
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>
include/configs/corenet_ds.h
patch
|
blob
|
history
diff --git
a/include/configs/corenet_ds.h
b/include/configs/corenet_ds.h
index
5e9de90
..
bff212e
100644
(file)
--- 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