Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72225
b: refs/heads/master
c: 094624f
h: refs/heads/master
i:
  72223: 291bc3a
v: v3
  • Loading branch information
Josh Boyer committed Oct 19, 2007
1 parent 3fb678e commit 0d37df2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 16fdad334c5ba055b8eb79a97da561fbdfacd15e
refs/heads/master: 094624fa66758e9f555587c29b23cf5bc67c10fd
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/boot/treeboot-walnut.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0d37df2

Please sign in to comment.