diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-12-05 20:20:00 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-12-05 20:20:00 +0000 |
| commit | 86d0d91b0c93f4cbb5aa6fcdf88e97ac71030d4d (patch) | |
| tree | 549c23e4de052fa6c49b7e814b293e199a31b058 /apps | |
| parent | c5d57f0aaec039de4a72a94d103ace64c0553b3d (diff) | |
| download | rockbox-86d0d91b0c93f4cbb5aa6fcdf88e97ac71030d4d.zip rockbox-86d0d91b0c93f4cbb5aa6fcdf88e97ac71030d4d.tar.gz rockbox-86d0d91b0c93f4cbb5aa6fcdf88e97ac71030d4d.tar.bz2 rockbox-86d0d91b0c93f4cbb5aa6fcdf88e97ac71030d4d.tar.xz | |
Forgot to commit this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11666 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c index 7a100eb..753cd71 100644 --- a/apps/main.c +++ b/apps/main.c @@ -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 { |