summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/agptekrocker.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-11 09:30:41 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-11 14:18:42 +0000
commit6533d983ca48b48563cd6177c2a9d4ad1a84b749 (patch)
tree40b59ef742c2daea168ba408d1827511c192134d /firmware/export/config/agptekrocker.h
parentfcdfeb2a45bf0045e5d23104259de68b1da7b16e (diff)
downloadrockbox-6533d983ca.tar.gz
rockbox-6533d983ca.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.h5
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 @@
#define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */
#define BATTERY_CAPACITY_INC 0 /* capacity increment */
+
+/* ROLO */
+#define BOOTFILE_EXT "rocker"
+#define BOOTFILE "rockbox." BOOTFILE_EXT
+#define BOOTDIR "/.rockbox"