summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/creativezenxfi3.h3
-rw-r--r--firmware/export/config/sansafuzeplus.h3
-rw-r--r--firmware/export/config/sonynwze360.h3
-rw-r--r--firmware/export/config/sonynwze370.h3
4 files changed, 12 insertions, 0 deletions
diff --git a/firmware/export/config/creativezenxfi3.h b/firmware/export/config/creativezenxfi3.h
index 9adf593a99..9233ef08a1 100644
--- a/firmware/export/config/creativezenxfi3.h
+++ b/firmware/export/config/creativezenxfi3.h
@@ -205,6 +205,9 @@
205/* Define this if you have adjustable CPU frequency */ 205/* Define this if you have adjustable CPU frequency */
206#define HAVE_ADJUSTABLE_CPU_FREQ 206#define HAVE_ADJUSTABLE_CPU_FREQ
207 207
208/* Define this on iMX233 if the boot process uses a dualboot stub */
209#define HAVE_DUALBOOT_STUB
210
208#define BOOTFILE_EXT "creative" 211#define BOOTFILE_EXT "creative"
209#define BOOTFILE "rockbox." BOOTFILE_EXT 212#define BOOTFILE "rockbox." BOOTFILE_EXT
210#define BOOTDIR "/.rockbox" 213#define BOOTDIR "/.rockbox"
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 51bf1444a2..62f50c4f71 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -203,6 +203,9 @@
203/* Virtual LED (icon) */ 203/* Virtual LED (icon) */
204#define CONFIG_LED LED_VIRTUAL 204#define CONFIG_LED LED_VIRTUAL
205 205
206/* Define this on iMX233 if the boot process uses a dualboot stub */
207#define HAVE_DUALBOOT_STUB
208
206#define BOOTFILE_EXT "sansa" 209#define BOOTFILE_EXT "sansa"
207#define BOOTFILE "rockbox." BOOTFILE_EXT 210#define BOOTFILE "rockbox." BOOTFILE_EXT
208#define BOOTDIR "/.rockbox" 211#define BOOTDIR "/.rockbox"
diff --git a/firmware/export/config/sonynwze360.h b/firmware/export/config/sonynwze360.h
index 5f5b1cd597..dc466ec797 100644
--- a/firmware/export/config/sonynwze360.h
+++ b/firmware/export/config/sonynwze360.h
@@ -179,6 +179,9 @@
179/* Define this if you have adjustable CPU frequency */ 179/* Define this if you have adjustable CPU frequency */
180#define HAVE_ADJUSTABLE_CPU_FREQ 180#define HAVE_ADJUSTABLE_CPU_FREQ
181 181
182/* Define this on iMX233 if the boot process uses a dualboot stub */
183#define HAVE_DUALBOOT_STUB
184
182#define BOOTFILE_EXT "sony" 185#define BOOTFILE_EXT "sony"
183#define BOOTFILE "rockbox." BOOTFILE_EXT 186#define BOOTFILE "rockbox." BOOTFILE_EXT
184#define BOOTDIR "/.rockbox" 187#define BOOTDIR "/.rockbox"
diff --git a/firmware/export/config/sonynwze370.h b/firmware/export/config/sonynwze370.h
index b4c4f16b13..6edb79aea9 100644
--- a/firmware/export/config/sonynwze370.h
+++ b/firmware/export/config/sonynwze370.h
@@ -176,6 +176,9 @@
176/* Define this if you have adjustable CPU frequency */ 176/* Define this if you have adjustable CPU frequency */
177#define HAVE_ADJUSTABLE_CPU_FREQ 177#define HAVE_ADJUSTABLE_CPU_FREQ
178 178
179/* Define this on iMX233 if the boot process uses a dualboot stub */
180#define HAVE_DUALBOOT_STUB
181
179#define BOOTFILE_EXT "sony" 182#define BOOTFILE_EXT "sony"
180#define BOOTFILE "rockbox." BOOTFILE_EXT 183#define BOOTFILE "rockbox." BOOTFILE_EXT
181#define BOOTDIR "/.rockbox" 184#define BOOTDIR "/.rockbox"