diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-11-20 10:57:56 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-11-20 10:57:56 +0000 |
| commit | f5e43918b2b3c19204eef08a80376f0f5bbe5fec (patch) | |
| tree | 34b7080b6f262dcb9753a1ce90931f3e48504995 | |
| parent | 20eed88b0efad0ff77f7a1d028eeaaa39a4cfc69 (diff) | |
| download | rockbox-f5e43918b2b3c19204eef08a80376f0f5bbe5fec.zip rockbox-f5e43918b2b3c19204eef08a80376f0f5bbe5fec.tar.gz rockbox-f5e43918b2b3c19204eef08a80376f0f5bbe5fec.tar.bz2 rockbox-f5e43918b2b3c19204eef08a80376f0f5bbe5fec.tar.xz | |
iPod: Correct the bootfile name for the iPod Color
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8013 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-ipodcolor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 1b556a2..2c51cc7 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -88,7 +88,7 @@ /* Define this if you have adjustable CPU frequency */ //#define HAVE_ADJUSTABLE_CPU_FREQ -#define BOOTFILE_EXT "ipodcolor" +#define BOOTFILE_EXT "ipod" #define BOOTFILE "rockbox." BOOTFILE_EXT #endif |