summaryrefslogtreecommitdiff
path: root/firmware/export/config/rk27generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/rk27generic.h')
-rw-r--r--firmware/export/config/rk27generic.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config/rk27generic.h b/firmware/export/config/rk27generic.h
index 5944a828b5..56d4da8400 100644
--- a/firmware/export/config/rk27generic.h
+++ b/firmware/export/config/rk27generic.h
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5/* For Rolo and boot loader */ 5/* For Rolo and boot loader */
6#define MODEL_NUMBER 78 6#define MODEL_NUMBER 73
7 7
8#define MODEL_NAME "Rockchip 27xx generic" 8#define MODEL_NAME "Rockchip 27xx generic"
9 9
@@ -185,6 +185,7 @@
185/* Define this if you have adjustable CPU frequency */ 185/* Define this if you have adjustable CPU frequency */
186/* #define HAVE_ADJUSTABLE_CPU_FREQ */ 186/* #define HAVE_ADJUSTABLE_CPU_FREQ */
187 187
188#define BOOTFILE_EXT "rk27" 188#define RKW_FORMAT
189#define BOOTFILE_EXT "rkw"
189#define BOOTFILE "rockbox." BOOTFILE_EXT 190#define BOOTFILE "rockbox." BOOTFILE_EXT
190#define BOOTDIR "/.rockbox" 191#define BOOTDIR "/.rockbox"