summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-03 09:41:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-03 09:41:09 +0000
commit75f3fd05b9f7c250fa2276b712c8a01f37715281 (patch)
treea665178bc971d4a812e9ad3e173b4a50d354cfb0 /firmware/export
parentf2591d38c33c277773788d4be1e9cd1e3d3c1aee (diff)
downloadrockbox-75f3fd05b9f7c250fa2276b712c8a01f37715281.zip
rockbox-75f3fd05b9f7c250fa2276b712c8a01f37715281.tar.gz
rockbox-75f3fd05b9f7c250fa2276b712c8a01f37715281.tar.bz2
rockbox-75f3fd05b9f7c250fa2276b712c8a01f37715281.tar.xz
better PP checks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10433 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 1f74b27..dae5d95 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -29,7 +29,7 @@ extern void system_init(void);
extern long cpu_frequency;
-#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
+#ifdef CPU_PP
#define inl(a) (*(volatile unsigned long *) (a))
#define outl(a,b) (*(volatile unsigned long *) (b) = (a))
#define inb(a) (*(volatile unsigned char *) (a))