summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-06-01 13:45:24 +0200
committerStefan Roese <sr@denx.de>2007-06-01 13:45:24 +0200
commite4bbed2803a2ad0521c7362f5d3e065f99abaedc (patch)
tree558affed4a8137255325ee6450155cdfe996a65e /include
parent7187db73491c8de0fb56efb5e5134ba5ec443089 (diff)
downloadblackbird-obmc-uboot-e4bbed2803a2ad0521c7362f5d3e065f99abaedc.tar.gz
blackbird-obmc-uboot-e4bbed2803a2ad0521c7362f5d3e065f99abaedc.zip
ppc4xx: Change Luan config file to support ECC
With the updated 44x DDR2 driver the Luan board now supports ECC generation and checking. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/luan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/luan.h b/include/configs/luan.h
index 9c8769b200..045a144aad 100644
--- a/include/configs/luan.h
+++ b/include/configs/luan.h
@@ -135,7 +135,8 @@
*----------------------------------------------------------------------*/
#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 */
+#define CFG_44x_DDR2_CKTR_180 1 /* use 180 deg advance */
/*-----------------------------------------------------------------------
* I2C
OpenPOWER on IntegriCloud