summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2009-12-07 16:12:49 +0000
committerRobert Kukla <roolku@rockbox.org>2009-12-07 16:12:49 +0000
commit2d722a17ec1d7b99c4e23d97784f77abbfb128e3 (patch)
tree14eae5327c40f121e5cd74060cbc3f7765b7751e /firmware/export
parent0e74fceb8fd5a047acd4d2413b87d155b1f7f5de (diff)
downloadrockbox-2d722a17ec1d7b99c4e23d97784f77abbfb128e3.zip
rockbox-2d722a17ec1d7b99c4e23d97784f77abbfb128e3.tar.gz
rockbox-2d722a17ec1d7b99c4e23d97784f77abbfb128e3.tar.bz2
rockbox-2d722a17ec1d7b99c4e23d97784f77abbfb128e3.tar.xz
make tpj1022 bootloader compile again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23892 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h4
-rw-r--r--firmware/export/config/tatungtpj1022.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 438d981..303e564 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 89e3d6d..079be73 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