summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index bdb1b1a163..3d8a164442 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -94,8 +94,8 @@
94/* Define this if you have adjustable CPU frequency */ 94/* Define this if you have adjustable CPU frequency */
95#define HAVE_ADJUSTABLE_CPU_FREQ 95#define HAVE_ADJUSTABLE_CPU_FREQ
96 96
97#define BOOTFILE_EXT ".iriver" 97#define BOOTFILE_EXT "iriver"
98#define BOOTFILE "rockbox" BOOTFILE_EXT 98#define BOOTFILE "rockbox." BOOTFILE_EXT
99 99
100#endif 100#endif
101 101