mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Disable HAVE_MULTIVOLUME for bootloaders
Multivolume support is only necessary if mounting multiple volumes simultaneously, which the bootloader won't do. Change-Id: I725061dd2aa47abe7652b0d27258dd3af821c913
This commit is contained in:
parent
f37b5a8349
commit
dc364e44ef
1 changed files with 5 additions and 0 deletions
|
@ -892,6 +892,11 @@ Lyre prototype 1 */
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* Bootloaders don't need multivolume awareness */
|
||||
#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME)
|
||||
#undef HAVE_MULTIVOLUME
|
||||
#endif
|
||||
|
||||
/* Explicit HAVE_MULTIVOLUME in the config file. Allow the maximum number */
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
#define NUM_VOLUMES_PER_DRIVE 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue