summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansaclipplus.h2
-rw-r--r--firmware/export/config/sansaclipv2.h2
-rw-r--r--firmware/export/config/sansaclipzip.h2
-rw-r--r--firmware/export/config/sansafuze.h2
-rw-r--r--firmware/export/config/sansafuzev2.h2
5 files changed, 10 insertions, 0 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 07cf03280a..cf2b1136a3 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -7,6 +7,8 @@
#define MODEL_NAME "Sandisk Sansa Clip+"
#define FIRMWARE_OFFSET_FILE_DATA 8
#define FIRMWARE_OFFSET_FILE_CRC 0
+/* Define if boot data from bootloader has been enabled for the target */
+#define HAVE_BOOTDATA
#define HAVE_MULTIDRIVE
#define NUM_DRIVES 2
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index c7833189b6..cf3f90e363 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -7,6 +7,8 @@
#define MODEL_NAME "Sandisk Sansa Clipv2"
#define FIRMWARE_OFFSET_FILE_DATA 8
#define FIRMWARE_OFFSET_FILE_CRC 0
+/* Define if boot data from bootloader has been enabled for the target */
+#define HAVE_BOOTDATA
#define HW_SAMPR_CAPS SAMPR_CAP_ALL
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index 9adf7023a9..9f1ff1f206 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -7,6 +7,8 @@
#define MODEL_NAME "Sandisk Sansa Zip"
#define FIRMWARE_OFFSET_FILE_DATA 8
#define FIRMWARE_OFFSET_FILE_CRC 0
+/* Define if boot data from bootloader has been enabled for the target */
+#define HAVE_BOOTDATA
#define HAVE_MULTIDRIVE
#define NUM_DRIVES 2
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index 528e99080e..d674d1f88a 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -5,6 +5,8 @@
/* For Rolo and boot loader */
#define MODEL_NUMBER 43
#define MODEL_NAME "Sandisk Sansa Fuze"
+/* Define if boot data from bootloader has been enabled for the target */
+#define HAVE_BOOTDATA
#define HW_SAMPR_CAPS SAMPR_CAP_ALL
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 595106eecf..a4d90160bd 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -5,6 +5,8 @@
/* For Rolo and boot loader */
#define MODEL_NUMBER 68
#define MODEL_NAME "Sandisk Sansa Fuze v2"
+/* Define if boot data from bootloader has been enabled for the target */
+#define HAVE_BOOTDATA
#define HW_SAMPR_CAPS SAMPR_CAP_ALL