From 131c6c2670748b0ec77358c3c0337e90e8e4ef18 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Mon, 17 Nov 2008 21:16:07 +0000 Subject: Remove iAudio references from the Cowon D2 build, since it is not an iAudio branded player. The binary name has changed to rockbox.d2, so you will need to re-configure and update your bootloader after this change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19130 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware') 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 @@ /* - * This config file is for the Cowon iAudio D2 + * This config file is for the Cowon D2 */ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 24 -#define MODEL_NAME "Cowon iAudio D2" +#define MODEL_NAME "Cowon D2" /* Produce a dual-boot bootloader.bin for mktccboot */ #define TCCBOOT @@ -145,7 +145,7 @@ #define CONFIG_LCD LCD_COWOND2 -#define BOOTFILE_EXT "iaudio" +#define BOOTFILE_EXT "d2" #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.rockbox" -- cgit v1.2.3