From 0d37df2bde07f6b350ad29f253a62fae0386d156 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Sat, 20 Oct 2007 00:53:10 +1000 Subject: [PATCH] --- yaml --- r: 72225 b: refs/heads/master c: 094624fa66758e9f555587c29b23cf5bc67c10fd h: refs/heads/master i: 72223: 291bc3a1ecef197af49413f144e96d1b777fda2e v: v3 --- [refs] | 2 +- trunk/arch/powerpc/boot/treeboot-walnut.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ccec8707c674..df1b88b02f8f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 16fdad334c5ba055b8eb79a97da561fbdfacd15e +refs/heads/master: 094624fa66758e9f555587c29b23cf5bc67c10fd diff --git a/trunk/arch/powerpc/boot/treeboot-walnut.c b/trunk/arch/powerpc/boot/treeboot-walnut.c index 3adf2d08a230..6be76b7edc10 100644 --- a/trunk/arch/powerpc/boot/treeboot-walnut.c +++ b/trunk/arch/powerpc/boot/treeboot-walnut.c @@ -57,8 +57,8 @@ void ibm405gp_fixup_clocks(unsigned int sysclk, unsigned int ser_clk) } /* setup the timebase clock to tick at the cpu frequency */ - cpc0_cr1 = cpc0_cr1 & ~ 0x00800000; - mtdcr(DCRN_CPC0_CR1, cpc0_cr1); + cpc0_cr1 = cpc0_cr1 & ~0x00800000; + mtdcr(DCRN_405_CPC0_CR1, cpc0_cr1); tb = cpu; dt_fixup_cpu_clocks(cpu, tb, 0);