diff options
author | Stefan Roese <sr@denx.de> | 2008-09-22 11:06:50 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-09-22 11:06:50 +0200 |
commit | 023824549a370bd185d7129d9a6c86f9be7b86a8 (patch) | |
tree | 4415a11e1c6150bc4f8f7d83cf8356b8383b6255 /include | |
parent | 3eec160a3a405b29ce9c06920f6427b9047dd8a8 (diff) | |
download | blackbird-obmc-uboot-023824549a370bd185d7129d9a6c86f9be7b86a8.tar.gz blackbird-obmc-uboot-023824549a370bd185d7129d9a6c86f9be7b86a8.zip |
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 'include')
-rw-r--r-- | include/asm-ppc/ppc4xx-sdram.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-ppc/ppc4xx-sdram.h b/include/asm-ppc/ppc4xx-sdram.h index 2ba5619d7d..8efa557972 100644 --- a/include/asm-ppc/ppc4xx-sdram.h +++ b/include/asm-ppc/ppc4xx-sdram.h @@ -1403,12 +1403,6 @@ #endif /* CONFIG_SDRAM_PPC4xx_DENALI_DDR2 */ #ifndef __ASSEMBLY__ - -struct sdram_timing { - u32 wrdtr; - u32 clktr; -}; - /* * Prototypes */ |