mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-15 02:41:30 +00:00
at91: fixed plla calc when no USB support is active
Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
3791a1187c
commit
a1e5f93185
1 changed files with 1 additions and 1 deletions
|
@ -126,6 +126,7 @@ static unsigned at91_pll_calc(unsigned main_freq, unsigned out_freq)
|
||||||
fail:
|
fail:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static u32 at91_pll_rate(u32 freq, u32 reg)
|
static u32 at91_pll_rate(u32 freq, u32 reg)
|
||||||
{
|
{
|
||||||
|
@ -141,7 +142,6 @@ static u32 at91_pll_rate(u32 freq, u32 reg)
|
||||||
|
|
||||||
return freq;
|
return freq;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
int at91_clock_init(unsigned long main_clock)
|
int at91_clock_init(unsigned long main_clock)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue