From 0d484bad5e12c56c9a25e3a58c14a5cbfefb4c12 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 15 Jul 2009 21:34:31 +0000 Subject: 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 --- firmware/export/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/cpu.h') 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 @@ #ifdef CPU_TCC780X #include "tcc780x.h" #endif -#if CONFIG_CPU == S5L8700 +#ifdef CPU_S5L870X #include "s5l8700.h" #endif #if CONFIG_CPU == JZ4732 -- cgit v1.2.3