From 2ba2744fb00046892d06b85c7283a8f2baeca561 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Thu, 5 Apr 2007 20:51:13 +0000 Subject: 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 --- firmware/export/config-fmrecorder.h | 2 +- firmware/export/config-ondiofm.h | 2 +- firmware/export/config-ondiosp.h | 2 +- firmware/export/config-player.h | 2 +- firmware/export/config-recorder.h | 2 +- firmware/export/config-recorderv2.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'firmware') 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 */ -- cgit v1.2.3