diff options
| author | Dominik Wenger <domonoky@googlemail.com> | 2008-11-25 18:17:41 +0000 |
|---|---|---|
| committer | Dominik Wenger <domonoky@googlemail.com> | 2008-11-25 18:17:41 +0000 |
| commit | 032b3d46912ef16aaa20b8fdf85c088c6f444a2a (patch) | |
| tree | 4c94b5a3a1683ee4b2b1d630b09e16bf10c6e382 /firmware | |
| parent | ef60fdcb523a76a4d76ef46d5cfffe816ccb9928 (diff) | |
| download | rockbox-032b3d46912ef16aaa20b8fdf85c088c6f444a2a.zip rockbox-032b3d46912ef16aaa20b8fdf85c088c6f444a2a.tar.gz rockbox-032b3d46912ef16aaa20b8fdf85c088c6f444a2a.tar.bz2 rockbox-032b3d46912ef16aaa20b8fdf85c088c6f444a2a.tar.xz | |
m200v4: correct the BOOTDIR define, and invert the button check in the dualboot.S
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19217 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config-m200v4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index de66788..b5c4f56 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -138,7 +138,7 @@ #define BOOTFILE_EXT "sansa" #define BOOTFILE "rockbox." BOOTFILE_EXT -#define BOOTDIR "/" +#define BOOTDIR "/.rockbox" #define IBSS_ATTR_VOICE_STACK #define ICODE_ATTR_TREMOR_NOT_MDCT |