summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-11-20 10:57:56 +0000
committerDave Chapman <dave@dchapman.com>2005-11-20 10:57:56 +0000
commitf5e43918b2b3c19204eef08a80376f0f5bbe5fec (patch)
tree34b7080b6f262dcb9753a1ce90931f3e48504995 /firmware/export
parent20eed88b0efad0ff77f7a1d028eeaaa39a4cfc69 (diff)
downloadrockbox-f5e43918b2b3c19204eef08a80376f0f5bbe5fec.tar.gz
rockbox-f5e43918b2b3c19204eef08a80376f0f5bbe5fec.zip
iPod: Correct the bootfile name for the iPod Color
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8013 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipodcolor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 1b556a26f8..2c51cc777a 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -88,7 +88,7 @@
88/* Define this if you have adjustable CPU frequency */ 88/* Define this if you have adjustable CPU frequency */
89//#define HAVE_ADJUSTABLE_CPU_FREQ 89//#define HAVE_ADJUSTABLE_CPU_FREQ
90 90
91#define BOOTFILE_EXT "ipodcolor" 91#define BOOTFILE_EXT "ipod"
92#define BOOTFILE "rockbox." BOOTFILE_EXT 92#define BOOTFILE "rockbox." BOOTFILE_EXT
93 93
94#endif 94#endif