summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iaudio/system-iaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/iaudio/system-iaudio.c')
-rw-r--r--firmware/target/coldfire/iaudio/system-iaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/iaudio/system-iaudio.c b/firmware/target/coldfire/iaudio/system-iaudio.c
index 4e32d360fa..c04d4ffc2d 100644
--- a/firmware/target/coldfire/iaudio/system-iaudio.c
+++ b/firmware/target/coldfire/iaudio/system-iaudio.c
@@ -71,7 +71,7 @@ void cf_set_cpu_frequency(long frequency)
71 RECALC_DELAYS(CPUFREQ_MAX); 71 RECALC_DELAYS(CPUFREQ_MAX);
72 PLLCR = 0x0102c049 | (PLLCR & 0x70C00000); 72 PLLCR = 0x0102c049 | (PLLCR & 0x70C00000);
73 CSCR0 = 0x00001180; /* Flash: 4 wait states */ 73 CSCR0 = 0x00001180; /* Flash: 4 wait states */
74 CSCR1 = 0x00000980; /* LCD: 2 wait states */ 74 CSCR1 = 0x00001180; /* LCD: 4 wait states */
75 while(!(PLLCR & 0x80000000)) {}; /* Wait until the PLL has locked. 75 while(!(PLLCR & 0x80000000)) {}; /* Wait until the PLL has locked.
76 This may take up to 10ms! */ 76 This may take up to 10ms! */
77 timers_adjust_prescale(CPUFREQ_MAX_MULT, true); 77 timers_adjust_prescale(CPUFREQ_MAX_MULT, true);