summaryrefslogtreecommitdiff
path: root/firmware/export/cpu.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-07-15 21:34:31 +0000
committerDave Chapman <dave@dchapman.com>2009-07-15 21:34:31 +0000
commit0d484bad5e12c56c9a25e3a58c14a5cbfefb4c12 (patch)
treef12995d285766cbb2b91bbcd931b52cb983260b7 /firmware/export/cpu.h
parent0a2197b84608bb6f2e279bc2e909fba14aab674b (diff)
downloadrockbox-0d484bad5e12c56c9a25e3a58c14a5cbfefb4c12.tar.gz
rockbox-0d484bad5e12c56c9a25e3a58c14a5cbfefb4c12.zip
Introduce S5L8701 CONFIG_CPU definition for Nano2G and a new CPU_S5L870X "family" define - the 8700 and 8701 are proving to be different. Also move all the cpu-specific defines earlier in config.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21886 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r--firmware/export/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h
index 6041b388b4..47de38c378 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -59,7 +59,7 @@
59#ifdef CPU_TCC780X 59#ifdef CPU_TCC780X
60#include "tcc780x.h" 60#include "tcc780x.h"
61#endif 61#endif
62#if CONFIG_CPU == S5L8700 62#ifdef CPU_S5L870X
63#include "s5l8700.h" 63#include "s5l8700.h"
64#endif 64#endif
65#if CONFIG_CPU == JZ4732 65#if CONFIG_CPU == JZ4732