mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
fix comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12024 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6309eabc64
commit
2b7873b4de
1 changed files with 3 additions and 3 deletions
|
|
@ -82,9 +82,9 @@ void set_cpu_frequency(long frequency)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* FCLK: 200MHz, HCLK: 100MHz, PCLK: 50MHz */
|
/* FCLK: 100MHz, HCLK: 100MHz, PCLK: 50MHz */
|
||||||
/* MDIV: 62, PDIV: 1, SDIV: 2 */
|
/* MDIV: 62, PDIV: 1, SDIV: 3 */
|
||||||
/* HDIV: 1, PDIV: 1 */
|
/* HDIV: 0, PDIV: 1 */
|
||||||
|
|
||||||
MPLLCON = (62 << 12) | (1 << 4) | 3;
|
MPLLCON = (62 << 12) | (1 << 4) | 3;
|
||||||
CLKDIVN = (0 << 1) | 1;
|
CLKDIVN = (0 << 1) | 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue