diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-04-05 20:51:13 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-04-05 20:51:13 +0000 |
| commit | 2ba2744fb00046892d06b85c7283a8f2baeca561 (patch) | |
| tree | 1cabfc3f3ed612b79c5699d685c8d24106824b1e | |
| parent | bf92f9c1f6531849008507019043d6b6836bb098 (diff) | |
| download | rockbox-2ba2744fb00046892d06b85c7283a8f2baeca561.zip rockbox-2ba2744fb00046892d06b85c7283a8f2baeca561.tar.gz rockbox-2ba2744fb00046892d06b85c7283a8f2baeca561.tar.bz2 rockbox-2ba2744fb00046892d06b85c7283a8f2baeca561.tar.xz | |
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
| -rw-r--r-- | firmware/export/config-fmrecorder.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-ondiofm.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-ondiosp.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-player.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-recorder.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-recorderv2.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 000f425..d40fd01 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 6815a74..fbc0c0e 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 2623aee..cefbbc3 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 0bd995e..c461402 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 cc87182..3c53055 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 f5d5cd6..1d64f58 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 */ |