diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-11 09:30:41 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-11 14:18:42 +0000 |
commit | 6533d983ca48b48563cd6177c2a9d4ad1a84b749 (patch) | |
tree | 40b59ef742c2daea168ba408d1827511c192134d /firmware/export/config/xduoox20.h | |
parent | fcdfeb2a45bf0045e5d23104259de68b1da7b16e (diff) | |
download | rockbox-6533d983ca48b48563cd6177c2a9d4ad1a84b749.tar.gz rockbox-6533d983ca48b48563cd6177c2a9d4ad1a84b749.zip |
hosted: Add ROLO support for hosted targets
Change-Id: I2d46a63ee8225a9d9d77dd80a06c418af78c260c
Diffstat (limited to 'firmware/export/config/xduoox20.h')
-rw-r--r-- | firmware/export/config/xduoox20.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h index 1852027cf0..a8d2175719 100644 --- a/firmware/export/config/xduoox20.h +++ b/firmware/export/config/xduoox20.h | |||
@@ -122,3 +122,9 @@ | |||
122 | #define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */ | 122 | #define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */ |
123 | #define BATTERY_CAPACITY_MAX 2400 /* max. capacity selectable */ | 123 | #define BATTERY_CAPACITY_MAX 2400 /* max. capacity selectable */ |
124 | #define BATTERY_CAPACITY_INC 0 /* capacity increment */ | 124 | #define BATTERY_CAPACITY_INC 0 /* capacity increment */ |
125 | |||
126 | /* ROLO */ | ||
127 | #define BOOTFILE_EXT "x20" | ||
128 | #define BOOTFILE "rockbox." BOOTFILE_EXT | ||
129 | #define BOOTDIR "/.rockbox" | ||
130 | |||