summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-cowond2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 18a80f2791..fd696aae66 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -1,12 +1,12 @@
1/* 1/*
2 * This config file is for the Cowon iAudio D2 2 * This config file is for the Cowon D2
3 */ 3 */
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 24 7#define MODEL_NUMBER 24
8 8
9#define MODEL_NAME "Cowon iAudio D2" 9#define MODEL_NAME "Cowon D2"
10 10
11/* Produce a dual-boot bootloader.bin for mktccboot */ 11/* Produce a dual-boot bootloader.bin for mktccboot */
12#define TCCBOOT 12#define TCCBOOT
@@ -145,7 +145,7 @@
145 145
146#define CONFIG_LCD LCD_COWOND2 146#define CONFIG_LCD LCD_COWOND2
147 147
148#define BOOTFILE_EXT "iaudio" 148#define BOOTFILE_EXT "d2"
149#define BOOTFILE "rockbox." BOOTFILE_EXT 149#define BOOTFILE "rockbox." BOOTFILE_EXT
150#define BOOTDIR "/.rockbox" 150#define BOOTDIR "/.rockbox"
151 151