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/config-ipodnano2g.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-ipodnano2g.h') diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h index 393151961f..c754fb42be 100644 --- a/firmware/export/config-ipodnano2g.h +++ b/firmware/export/config-ipodnano2g.h @@ -125,7 +125,7 @@ //#define HAVE_LCD_CONTRAST /* Define this if you have a Motorola SCF5250 */ -#define CONFIG_CPU S5L8700 +#define CONFIG_CPU S5L8701 /* Define this if you want to use coldfire's i2c interface */ #define CONFIG_I2C I2C_S5L8700 -- cgit v1.2.3