More red fixes

Change-Id: If22cdb286edac47b08b158bee6910ba7a539b041
This commit is contained in:
Solomon Peachy 2024-07-07 14:36:55 -04:00
parent 520875ff00
commit 1528b44349
5 changed files with 8 additions and 10 deletions

View file

@ -893,7 +893,7 @@ Lyre prototype 1 */
#endif
/* Bootloaders don't need multivolume awareness */
#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME)
#if defined(BOOTLOADER) && defined(HAVE_MULTIVOLUME) && !(CONFIG_PLATFORM & PLATFORM_HOSTED)
#undef HAVE_MULTIVOLUME
#endif