diff options
Diffstat (limited to 'cpu/mpc8220/speed.c')
-rw-r--r-- | cpu/mpc8220/speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8220/speed.c b/cpu/mpc8220/speed.c index 0c3df7c..8346efe 100644 --- a/cpu/mpc8220/speed.c +++ b/cpu/mpc8220/speed.c @@ -74,7 +74,7 @@ int get_clocks (void) gd->inp_clk = CFG_MPC8220_CLKIN; /* Read XLB to PCI(INP) clock multiplier */ - pci2bus = (*((volatile u32 *)PCI_REG_PCIGSCR) & + pci2bus = (*((volatile u32 *)PCI_REG_PCIGSCR) & PCI_REG_PCIGSCR_PCI2XLB_CLK_MASK)>>PCI_REG_PCIGSCR_PCI2XLB_CLK_BIT; /* XLB bus clock */ |