mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
ColdFire: Fix compiling error for MCF5275
The compiling error was caused by missing a closed parentheses in speed.c Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
parent
94603c2fd4
commit
dd08e97361
@ -69,7 +69,7 @@ int get_clocks (void)
|
|||||||
|
|
||||||
/* Setup PLL */
|
/* Setup PLL */
|
||||||
pll->syncr = 0x01080000;
|
pll->syncr = 0x01080000;
|
||||||
while (!(pll->synsr & FMPLL_SYNSR_LOCK)
|
while (!(pll->synsr & FMPLL_SYNSR_LOCK))
|
||||||
;
|
;
|
||||||
pll->syncr = 0x01000000;
|
pll->syncr = 0x01000000;
|
||||||
while (!(pll->synsr & FMPLL_SYNSR_LOCK))
|
while (!(pll->synsr & FMPLL_SYNSR_LOCK))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user