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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config.h') 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" -- cgit v1.2.3