summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2007-04-05 20:51:13 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2007-04-05 20:51:13 +0000
commit2ba2744fb00046892d06b85c7283a8f2baeca561 (patch)
tree1cabfc3f3ed612b79c5699d685c8d24106824b1e /firmware
parentbf92f9c1f6531849008507019043d6b6836bb098 (diff)
downloadrockbox-2ba2744fb00046892d06b85c7283a8f2baeca561.tar.gz
rockbox-2ba2744fb00046892d06b85c7283a8f2baeca561.zip
Oops, bootfile location for Archos is the root of course
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13037 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-fmrecorder.h2
-rw-r--r--firmware/export/config-ondiofm.h2
-rw-r--r--firmware/export/config-ondiosp.h2
-rw-r--r--firmware/export/config-player.h2
-rw-r--r--firmware/export/config-recorder.h2
-rw-r--r--firmware/export/config-recorderv2.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 000f425ee7..d40fd01198 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -119,6 +119,6 @@
#define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT
-#define BOOTDIR "."
+#define BOOTDIR "/"
#endif /* SIMULATOR */
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 6815a74d95..fbc0c0e098 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -122,6 +122,6 @@
#define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT
-#define BOOTDIR "."
+#define BOOTDIR "/"
#endif /* SIMULATOR */
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 2623aee6fa..cefbbc3666 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -109,6 +109,6 @@
#define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT
-#define BOOTDIR "."
+#define BOOTDIR "/"
#endif /* SIMULATOR */
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 0bd995ef15..c461402eb1 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -91,6 +91,6 @@
#define BOOTFILE_EXT "mod"
#define BOOTFILE "archos." BOOTFILE_EXT
-#define BOOTDIR "."
+#define BOOTDIR "/"
#endif /* SIMULATOR */
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index cc87182974..3c53055886 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -106,6 +106,6 @@
#define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT
-#define BOOTDIR "."
+#define BOOTDIR "/"
#endif /* SIMULATOR */
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index f5d5cd6d1c..1d64f586ac 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -119,6 +119,6 @@
#define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT
-#define BOOTDIR "."
+#define BOOTDIR "/"
#endif /* SIMULATOR */