summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-09-22 11:06:50 +0200
committerStefan Roese <sr@denx.de>2008-09-22 11:06:50 +0200
commit023824549a370bd185d7129d9a6c86f9be7b86a8 (patch)
tree4415a11e1c6150bc4f8f7d83cf8356b8383b6255 /cpu/ppc4xx
parent3eec160a3a405b29ce9c06920f6427b9047dd8a8 (diff)
Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r--cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c b/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
index 3ba817691..83b9883a7 100644
--- a/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
+++ b/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
@@ -79,6 +79,11 @@ struct ddrautocal {
u32 flags;
};
+struct sdram_timing {
+ u32 wrdtr;
+ u32 clktr;
+};
+
struct sdram_timing_clks {
u32 wrdtr;
u32 clktr;