mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
imx233: properly disable frequency scaling for now
Change-Id: I3d700762a7f46e82ac99fed03e1aa9448b6cba47
This commit is contained in:
parent
072badeafb
commit
49cded1704
4 changed files with 3 additions and 5 deletions
|
|
@ -159,7 +159,6 @@ void udelay(unsigned us)
|
|||
void set_cpu_frequency(long frequency)
|
||||
{
|
||||
(void) frequency;
|
||||
#if 0
|
||||
switch(frequency)
|
||||
{
|
||||
case IMX233_CPUFREQ_454_MHz:
|
||||
|
|
@ -201,7 +200,6 @@ void set_cpu_frequency(long frequency)
|
|||
default:
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue