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 afd828d050c..f66455a45ab 100644 --- a/arch/powerpc/boot/cuboot-taishan.c +++ b/arch/powerpc/boot/cuboot-taishan.c @@ -34,9 +34,7 @@ static void taishan_fixups(void) registers */ unsigned long sysclk = 33000000; - /* 440EP Clock logic is all but identical to 440GX - so we just use that code for now at least */ - ibm440ep_fixup_clocks(sysclk, 6 * 1843200); + ibm440gx_fixup_clocks(sysclk, 6 * 1843200, 25000000); ibm4xx_sdram_fixup_memsize(); |