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/agptekrocker.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/agptekrocker.h')
-rw-r--r-- | firmware/export/config/agptekrocker.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h index 749786dff1..a97522d976 100644 --- a/firmware/export/config/agptekrocker.h +++ b/firmware/export/config/agptekrocker.h | |||
@@ -124,3 +124,8 @@ | |||
124 | #define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */ | 124 | #define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */ |
125 | #define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */ | 125 | #define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */ |
126 | #define BATTERY_CAPACITY_INC 0 /* capacity increment */ | 126 | #define BATTERY_CAPACITY_INC 0 /* capacity increment */ |
127 | |||
128 | /* ROLO */ | ||
129 | #define BOOTFILE_EXT "rocker" | ||
130 | #define BOOTFILE "rockbox." BOOTFILE_EXT | ||
131 | #define BOOTDIR "/.rockbox" | ||