summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudio7.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-11-01 16:49:38 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-11-01 16:49:38 +0000
commit526304e1cec3fd532c9712b330b2ee469586cf13 (patch)
treec976faad54edabf0677573b33bccc022e8591b6f /firmware/export/config-iaudio7.h
parentad9db4de3dee9db8f08b5a28f731b066c35e41e6 (diff)
downloadrockbox-526304e1cec3fd532c9712b330b2ee469586cf13.tar.gz
rockbox-526304e1cec3fd532c9712b330b2ee469586cf13.zip
fix reds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18962 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudio7.h')
-rw-r--r--firmware/export/config-iaudio7.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-iaudio7.h b/firmware/export/config-iaudio7.h
index ca6212d305..a5dd30d568 100644
--- a/firmware/export/config-iaudio7.h
+++ b/firmware/export/config-iaudio7.h
@@ -69,6 +69,10 @@
69/* define this if you have a flash memory storage */ 69/* define this if you have a flash memory storage */
70#define HAVE_FLASH_STORAGE 70#define HAVE_FLASH_STORAGE
71 71
72#define CONFIG_STORAGE STORAGE_NAND
73
74#define CONFIG_NAND NAND_TCC
75
72/* LCD dimensions */ 76/* LCD dimensions */
73#define LCD_WIDTH 160 77#define LCD_WIDTH 160
74#define LCD_HEIGHT 128 78#define LCD_HEIGHT 128
@@ -155,10 +159,6 @@
155#define BOOTFILE "rockbox." BOOTFILE_EXT 159#define BOOTFILE "rockbox." BOOTFILE_EXT
156#define BOOTDIR "/" 160#define BOOTDIR "/"
157 161
158#define CONFIG_STORAGE STORAGE_NAND
159
160#define CONFIG_NAND NAND_TCC
161
162#ifdef BOOTLOADER 162#ifdef BOOTLOADER
163#define TCCBOOT 163#define TCCBOOT
164#endif 164#endif