mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
as3525v2: disable adjustable CPU frequency
When the rest of the code is confirmed to work properly without CPU frequency changes, it will be possible to reliabily test set_cpu_frequency() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25924 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
270f136fd2
commit
4970f98619
4 changed files with 5 additions and 3 deletions
|
|
@ -453,6 +453,8 @@ void set_cpu_frequency(long frequency)
|
|||
}
|
||||
}
|
||||
#else /* as3525v2 */
|
||||
/* FIXME : disabled for now, seems to cause buggy memory accesses
|
||||
* Disabling MMU or putting the function in uncached memory seems to help? */
|
||||
void set_cpu_frequency(long frequency)
|
||||
{
|
||||
int oldstatus = disable_irq_save();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue