diff options
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index c4ee45c..05b4ab5 100644 --- a/apps/main.c +++ b/apps/main.c @@ -286,6 +286,9 @@ void init(void) #ifdef HAVE_ADJUSTABLE_CPU_FREQ set_cpu_frequency(CPUFREQ_NORMAL); +#ifdef CPU_COLDFIRE + coldfire_set_pllcr_audio_bits(DEFAULT_PLLCR_AUDIO_BITS); +#endif cpu_boost_id(true, CPUBOOSTID_MAININIT); #endif |