summaryrefslogtreecommitdiffstats
path: root/include/configs/yucca.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-03-31 08:48:36 +0200
committerStefan Roese <sr@denx.de>2007-03-31 08:48:36 +0200
commit60723803431ac75cad085690789e433d5ab9174e (patch)
treef1354fb3eb4474ce02b745c7e4f4690f2f2b8df0 /include/configs/yucca.h
parent490e5730c674b20d708b783a2c5ffd7208f83873 (diff)
downloadblackbird-obmc-uboot-60723803431ac75cad085690789e433d5ab9174e.tar.gz
blackbird-obmc-uboot-60723803431ac75cad085690789e433d5ab9174e.zip
ppc4xx: Change Yucca config file to support ECC
With the updated 44x DDR2 driver the Yucca board now supports ECC generation and checking. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/yucca.h')
-rw-r--r--include/configs/yucca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/yucca.h b/include/configs/yucca.h
index eb4859c3e9..7f8b0228ae 100644
--- a/include/configs/yucca.h
+++ b/include/configs/yucca.h
@@ -120,7 +120,7 @@
*----------------------------------------------------------------------*/
#define CONFIG_SPD_EEPROM 1 /* Use SPD EEPROM for setup */
#define SPD_EEPROM_ADDRESS {0x53, 0x52} /* SPD i2c spd addresses*/
-#undef CONFIG_DDR_ECC /* no ECC support for now */
+#define CONFIG_DDR_ECC 1 /* with ECC support */
/*-----------------------------------------------------------------------
* I2C
OpenPOWER on IntegriCloud