summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 2691a8a693..194c53b93c 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -90,8 +90,8 @@
90/* Define this if you have adjustable CPU frequency */ 90/* Define this if you have adjustable CPU frequency */
91#define HAVE_ADJUSTABLE_CPU_FREQ 91#define HAVE_ADJUSTABLE_CPU_FREQ
92 92
93#define BOOTFILE_EXT ".iriver" 93#define BOOTFILE_EXT "iriver"
94#define BOOTFILE "rockbox" BOOTFILE_EXT 94#define BOOTFILE "rockbox." BOOTFILE_EXT
95 95
96#endif 96#endif
97 97