X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmcf52x2%2Fspeed.c;h=f6edd5b6fa81fa2bdaa6946bfc34567f91ecb1fc;hb=fc363ce35408f348cacced68505f3747a53e3d7c;hp=5fafcd8c5f90eaf7748d07efd5685fa686ba2dee;hpb=1aeed8d71acb3290cf2446f316d6ba437e7881c4;p=oweals%2Fu-boot.git diff --git a/cpu/mcf52x2/speed.c b/cpu/mcf52x2/speed.c index 5fafcd8c5f..f6edd5b6fa 100644 --- a/cpu/mcf52x2/speed.c +++ b/cpu/mcf52x2/speed.c @@ -69,7 +69,7 @@ int get_clocks (void) /* Setup PLL */ pll->syncr = 0x01080000; - while (!(pll->synsr & FMPLL_SYNSR_LOCK) + while (!(pll->synsr & FMPLL_SYNSR_LOCK)) ; pll->syncr = 0x01000000; while (!(pll->synsr & FMPLL_SYNSR_LOCK))