diff options
Diffstat (limited to 'arch/powerpc/boot/cuboot-taishan.c')
-rw-r--r-- | arch/powerpc/boot/cuboot-taishan.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/boot/cuboot-taishan.c b/arch/powerpc/boot/cuboot-taishan.c index afd828d050c0..f66455a45ab1 100644 --- a/arch/powerpc/boot/cuboot-taishan.c +++ b/arch/powerpc/boot/cuboot-taishan.c | |||
@@ -34,9 +34,7 @@ static void taishan_fixups(void) | |||
34 | registers */ | 34 | registers */ |
35 | unsigned long sysclk = 33000000; | 35 | unsigned long sysclk = 33000000; |
36 | 36 | ||
37 | /* 440EP Clock logic is all but identical to 440GX | 37 | ibm440gx_fixup_clocks(sysclk, 6 * 1843200, 25000000); |
38 | so we just use that code for now at least */ | ||
39 | ibm440ep_fixup_clocks(sysclk, 6 * 1843200); | ||
40 | 38 | ||
41 | ibm4xx_sdram_fixup_memsize(); | 39 | ibm4xx_sdram_fixup_memsize(); |
42 | 40 | ||