1
0
Fork 0
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:
Daniel Ankers 2006-11-22 00:41:30 +00:00
parent 336cb6898e
commit 242cbd5cd7
10 changed files with 21 additions and 25 deletions

View file

@ -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)