forked from len0rd/rockbox
Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11569 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
336cb6898e
commit
242cbd5cd7
10 changed files with 21 additions and 25 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#ifndef SIMULATOR
|
||||
|
||||
|
||||
#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
|
||||
#if defined(CPU_PP)
|
||||
/* Portalplayer chips use a microsecond timer. */
|
||||
#define TIMER_FREQ 1000000
|
||||
#elif defined(CPU_COLDFIRE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue