summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat.h
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2007-04-05 20:24:07 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2007-04-05 20:24:07 +0000
commitbf92f9c1f6531849008507019043d6b6836bb098 (patch)
tree84029d1fd6e1cd7e4456a2e5cbb993dad56c39a1 /firmware/export/config-gigabeat.h
parent1396826a30b4ca2acb4db946dbf42f3f7456a0f0 (diff)
downloadrockbox-bf92f9c1f6531849008507019043d6b6836bb098.tar.gz
rockbox-bf92f9c1f6531849008507019043d6b6836bb098.zip
Fix automatic rolo on new version for archos. Introduces new define in config files for bootfile location.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13036 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-gigabeat.h')
-rw-r--r--firmware/export/config-gigabeat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index f27dfa9326..fd97264707 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -130,6 +130,7 @@
130 130
131#define BOOTFILE_EXT "gigabeat" 131#define BOOTFILE_EXT "gigabeat"
132#define BOOTFILE "rockbox." BOOTFILE_EXT 132#define BOOTFILE "rockbox." BOOTFILE_EXT
133#define BOOTDIR "/.rockbox"
133 134
134#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \ 135#define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \
135 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_24 | \ 136 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_24 | \