mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Bootloaders: Include HAVE_MULTIVOLUME if BOOT_REDIR also present
We need HAVE_MULTIVOLUME in bootloaders for redirect functionality to work. Change-Id: I50dbbb179bd012696e592ca843809fcc5fb78994
This commit is contained in:
parent
5ddfdf6e2f
commit
cd91c238de
1 changed files with 2 additions and 1 deletions
|
@ -893,7 +893,8 @@ Lyre prototype 1 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Bootloaders don't need multivolume awareness */
|
/* Bootloaders don't need multivolume awareness */
|
||||||
#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME) && !(CONFIG_PLATFORM & PLATFORM_HOSTED)
|
#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME) \
|
||||||
|
&& !(CONFIG_PLATFORM & PLATFORM_HOSTED) && !defined(BOOT_REDIR)
|
||||||
#undef HAVE_MULTIVOLUME
|
#undef HAVE_MULTIVOLUME
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue