1
0
Fork 0
forked from len0rd/rockbox

iPod: Correct the bootfile name for the iPod Color

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8013 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-11-20 10:57:56 +00:00
parent 20eed88b0e
commit f5e43918b2

View file

@ -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