summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 12a6b1cacd..c2033dfe23 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -114,9 +114,9 @@
114#define LCD_MROBE100 19 /* as used by Olympus M:Robe 100 */ 114#define LCD_MROBE100 19 /* as used by Olympus M:Robe 100 */
115#define LCD_LOGIKDAX 20 /* as used by Logik DAX - SSD1815 */ 115#define LCD_LOGIKDAX 20 /* as used by Logik DAX - SSD1815 */
116#define LCD_IAUDIO67 21 /* as used by iAudio 6/7 - unknown */ 116#define LCD_IAUDIO67 21 /* as used by iAudio 6/7 - unknown */
117#define LCD_COWOND2 21 /* as used by Cowon D2 - LTV250QV, TCC7801 driver */
118#define LCD_CREATIVEZVM 22 /* as used by Creative Zen Vision:M */ 117#define LCD_CREATIVEZVM 22 /* as used by Creative Zen Vision:M */
119#define LCD_TL0350A 23 /* as used by the iAudio M3 remote, treated as main LCD */ 118#define LCD_TL0350A 23 /* as used by the iAudio M3 remote, treated as main LCD */
119#define LCD_COWOND2 24 /* as used by Cowon D2 - LTV250QV, TCC7801 driver */
120 120
121/* LCD_PIXELFORMAT */ 121/* LCD_PIXELFORMAT */
122#define HORIZONTAL_PACKING 1 122#define HORIZONTAL_PACKING 1
@@ -402,7 +402,7 @@
402 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ 402 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
403 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ 403 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
404 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \ 404 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \
405 defined(CPU_TCC780X) || /* Telechips: core, plugins, codecs */ \ 405 /*defined(CPU_TCC780X) || /. Telechips: core, plugins, codecs */ \
406 (CONFIG_CPU == PNX0101)) 406 (CONFIG_CPU == PNX0101))
407#define ICODE_ATTR __attribute__ ((section(".icode"))) 407#define ICODE_ATTR __attribute__ ((section(".icode")))
408#define ICONST_ATTR __attribute__ ((section(".irodata"))) 408#define ICONST_ATTR __attribute__ ((section(".irodata")))