summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h5
-rw-r--r--firmware/export/config/sansaclipplus.h2
-rw-r--r--firmware/export/config/sansaclipzip.h2
-rw-r--r--firmware/export/config/sansafuze.h3
-rw-r--r--firmware/export/config/sansafuzeplus.h2
-rw-r--r--firmware/export/config/sansafuzev2.h3
6 files changed, 17 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 51e0f7a17b..475bd573d4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -859,6 +859,11 @@ Lyre prototype 1 */
859#error HAVE_MULTIDRIVE needs to have an explicit NUM_DRIVES 859#error HAVE_MULTIDRIVE needs to have an explicit NUM_DRIVES
860#endif 860#endif
861 861
862/* note to remove multi-partition booting this could be changed to MULTIDRIVE */
863#if defined(HAVE_BOOTDATA) && defined(BOOT_REDIR) && defined(HAVE_MULTIVOLUME)
864#define HAVE_MULTIBOOT
865#endif
866
862#ifndef NUM_DRIVES 867#ifndef NUM_DRIVES
863#define NUM_DRIVES 1 868#define NUM_DRIVES 1
864#endif 869#endif
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index cf2b1136a3..addf7d86c0 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -9,6 +9,8 @@
9#define FIRMWARE_OFFSET_FILE_CRC 0 9#define FIRMWARE_OFFSET_FILE_CRC 0
10/* Define if boot data from bootloader has been enabled for the target */ 10/* Define if boot data from bootloader has been enabled for the target */
11#define HAVE_BOOTDATA 11#define HAVE_BOOTDATA
12/* define boot redirect file name allows booting from external drives */
13#define BOOT_REDIR "rockbox_main.clip+"
12 14
13#define HAVE_MULTIDRIVE 15#define HAVE_MULTIDRIVE
14#define NUM_DRIVES 2 16#define NUM_DRIVES 2
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index 9f1ff1f206..fc9f558eef 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -9,6 +9,8 @@
9#define FIRMWARE_OFFSET_FILE_CRC 0 9#define FIRMWARE_OFFSET_FILE_CRC 0
10/* Define if boot data from bootloader has been enabled for the target */ 10/* Define if boot data from bootloader has been enabled for the target */
11#define HAVE_BOOTDATA 11#define HAVE_BOOTDATA
12/* define boot redirect file name allows booting from external drives */
13#define BOOT_REDIR "rockbox_main.clipzip"
12 14
13#define HAVE_MULTIDRIVE 15#define HAVE_MULTIDRIVE
14#define NUM_DRIVES 2 16#define NUM_DRIVES 2
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index d674d1f88a..fae3463d75 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -8,6 +8,9 @@
8/* Define if boot data from bootloader has been enabled for the target */ 8/* Define if boot data from bootloader has been enabled for the target */
9#define HAVE_BOOTDATA 9#define HAVE_BOOTDATA
10 10
11/* define boot redirect file name allows booting from external drives */
12#define BOOT_REDIR "rockbox_main.fuze"
13
11#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL
12 15
13/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index af5235a6c3..2a57619b06 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -10,6 +10,8 @@
10#define MODEL_NAME "Sandisk Sansa Fuze+" 10#define MODEL_NAME "Sandisk Sansa Fuze+"
11/* Define if boot data from bootloader has been enabled for the target */ 11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13/* define boot redirect file name allows booting from external drives */
14#define BOOT_REDIR "rockbox_main.fuze+"
13 15
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL 16#define HW_SAMPR_CAPS SAMPR_CAP_ALL
15 17
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index a4d90160bd..b85e0747a3 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -8,6 +8,9 @@
8/* Define if boot data from bootloader has been enabled for the target */ 8/* Define if boot data from bootloader has been enabled for the target */
9#define HAVE_BOOTDATA 9#define HAVE_BOOTDATA
10 10
11/* define boot redirect file name allows booting from external drives */
12#define BOOT_REDIR "rockbox_main.fuze2"
13
11#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL
12 15
13/* define this if you have recording possibility */ 16/* define this if you have recording possibility */