1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Peter D'Hoye 2007-04-05 20:51:13 +00:00
parent bf92f9c1f6
commit 2ba2744fb0
6 changed files with 6 additions and 6 deletions

View file

@ -119,6 +119,6 @@
#define BOOTFILE_EXT "ajz" #define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT #define BOOTFILE "ajbrec." BOOTFILE_EXT
#define BOOTDIR "." #define BOOTDIR "/"
#endif /* SIMULATOR */ #endif /* SIMULATOR */

View file

@ -122,6 +122,6 @@
#define BOOTFILE_EXT "ajz" #define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT #define BOOTFILE "ajbrec." BOOTFILE_EXT
#define BOOTDIR "." #define BOOTDIR "/"
#endif /* SIMULATOR */ #endif /* SIMULATOR */

View file

@ -109,6 +109,6 @@
#define BOOTFILE_EXT "ajz" #define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT #define BOOTFILE "ajbrec." BOOTFILE_EXT
#define BOOTDIR "." #define BOOTDIR "/"
#endif /* SIMULATOR */ #endif /* SIMULATOR */

View file

@ -91,6 +91,6 @@
#define BOOTFILE_EXT "mod" #define BOOTFILE_EXT "mod"
#define BOOTFILE "archos." BOOTFILE_EXT #define BOOTFILE "archos." BOOTFILE_EXT
#define BOOTDIR "." #define BOOTDIR "/"
#endif /* SIMULATOR */ #endif /* SIMULATOR */

View file

@ -106,6 +106,6 @@
#define BOOTFILE_EXT "ajz" #define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT #define BOOTFILE "ajbrec." BOOTFILE_EXT
#define BOOTDIR "." #define BOOTDIR "/"
#endif /* SIMULATOR */ #endif /* SIMULATOR */

View file

@ -119,6 +119,6 @@
#define BOOTFILE_EXT "ajz" #define BOOTFILE_EXT "ajz"
#define BOOTFILE "ajbrec." BOOTFILE_EXT #define BOOTFILE "ajbrec." BOOTFILE_EXT
#define BOOTDIR "." #define BOOTDIR "/"
#endif /* SIMULATOR */ #endif /* SIMULATOR */