diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-13 14:44:04 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-13 14:44:04 +0200 |
commit | 0740ac26f4e590bf5b4e7b9a9886208dc2dacb32 (patch) | |
tree | 5d18fcb91d491f602c17c550af70a9a092b883f8 /cpu/mcf52x2/speed.c | |
parent | af577da58642b81eb94067e3d9e9dc6998cd620d (diff) | |
parent | 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82 (diff) | |
download | u-boot-imx-0740ac26f4e590bf5b4e7b9a9886208dc2dacb32.zip u-boot-imx-0740ac26f4e590bf5b4e7b9a9886208dc2dacb32.tar.gz u-boot-imx-0740ac26f4e590bf5b4e7b9a9886208dc2dacb32.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-coldfire
Diffstat (limited to 'cpu/mcf52x2/speed.c')
-rw-r--r-- | cpu/mcf52x2/speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf52x2/speed.c b/cpu/mcf52x2/speed.c index 5fafcd8..f6edd5b 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)) |