summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.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-recorderv2.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-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 0568879066..f5d5cd6d1c 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -119,5 +119,6 @@
119 119
120#define BOOTFILE_EXT "ajz" 120#define BOOTFILE_EXT "ajz"
121#define BOOTFILE "ajbrec." BOOTFILE_EXT 121#define BOOTFILE "ajbrec." BOOTFILE_EXT
122#define BOOTDIR "."
122 123
123#endif /* SIMULATOR */ 124#endif /* SIMULATOR */