diff --git a/firmware/export/config.h b/firmware/export/config.h index 37ea9a1dd7..ede1825f88 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -893,7 +893,8 @@ Lyre prototype 1 */ #endif /* 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 #endif