forked from len0rd/rockbox
Forgot to commit this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11666 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c5d57f0aae
commit
86d0d91b0c
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ void init(void)
|
|||
#ifdef CPU_COLDFIRE
|
||||
coldfire_set_pllcr_audio_bits(DEFAULT_PLLCR_AUDIO_BITS);
|
||||
#endif
|
||||
cpu_boost_id(true, CPUBOOSTID_MAININIT);
|
||||
cpu_boost(true);
|
||||
#endif
|
||||
|
||||
buffer_init();
|
||||
|
@ -498,7 +498,7 @@ void init(void)
|
|||
#endif
|
||||
|
||||
/* runtime database has to be initialized after audio_init() */
|
||||
cpu_boost_id(false, CPUBOOSTID_MAININIT);
|
||||
cpu_boost(false);
|
||||
|
||||
#ifdef AUTOROCK
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue