summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c6bd74ba34..3d94828ec3 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -892,6 +892,11 @@ Lyre prototype 1 */
892#endif 892#endif
893#endif 893#endif
894 894
895/* Bootloaders don't need multivolume awareness */
896#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME)
897#undef HAVE_MULTIVOLUME
898#endif
899
895/* Explicit HAVE_MULTIVOLUME in the config file. Allow the maximum number */ 900/* Explicit HAVE_MULTIVOLUME in the config file. Allow the maximum number */
896#ifdef HAVE_MULTIVOLUME 901#ifdef HAVE_MULTIVOLUME
897#define NUM_VOLUMES_PER_DRIVE 4 902#define NUM_VOLUMES_PER_DRIVE 4