From 2d722a17ec1d7b99c4e23d97784f77abbfb128e3 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Mon, 7 Dec 2009 16:12:49 +0000 Subject: make tpj1022 bootloader compile again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23892 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 4 ++-- firmware/export/config/tatungtpj1022.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config.h b/firmware/export/config.h index 438d98116f..303e5645df 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -87,7 +87,7 @@ #define IRIVER_H10_PAD 12 #define SANSA_E200_PAD 13 #define SANSA_C200_PAD 14 -#define ELIO_TPJ1022_PAD 15 +#define TATUNG_TPJ1022_PAD 15 #define ARCHOS_AV300_PAD 16 #define MROBE100_PAD 17 #define MROBE500_PAD 18 @@ -337,7 +337,7 @@ Lyre prototype 1 */ #include "config/sansac200.h" #elif defined(SANSA_M200) #include "config/sansam200.h" -#elif defined(ELIO_TPJ1022) +#elif defined(TATUNG_TPJ1022) #include "config/tatungtpj1022.h" #elif defined(MROBE_100) #include "config/mrobe100.h" diff --git a/firmware/export/config/tatungtpj1022.h b/firmware/export/config/tatungtpj1022.h index 89e3d6dff1..079be73c86 100644 --- a/firmware/export/config/tatungtpj1022.h +++ b/firmware/export/config/tatungtpj1022.h @@ -43,7 +43,7 @@ /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */ -#define CONFIG_KEYPAD ELIO_TPJ1022_PAD +#define CONFIG_KEYPAD TATUNG_TPJ1022_PAD /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC -- cgit v1.2.3