X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FCore%2FDxe%2FFwVol%2FFwVol.c;h=98550c96eb01db332e882226e4e2edcb1438674e;hb=9767823fc9239c342e2ab314f41aa259921d9867;hp=7fa346cf07ad6a37e3afefd8a75cb284bf653c38;hpb=7d421cff2b114a16e1b0bdc7daad38c7c101c680;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/Dxe/FwVol/FwVol.c b/MdeModulePkg/Core/Dxe/FwVol/FwVol.c index 7fa346cf07..98550c96eb 100644 --- a/MdeModulePkg/Core/Dxe/FwVol/FwVol.c +++ b/MdeModulePkg/Core/Dxe/FwVol/FwVol.c @@ -461,7 +461,7 @@ Returns: // Check to see that the file system is indeed formatted in a way we can // understand it... // - if (!CompareGuid (&FwVolHeader->FileSystemGuid, &gEfiFirmwareFileSystemGuid)) { + if (!CompareGuid (&FwVolHeader->FileSystemGuid, &gEfiFirmwareFileSystem2Guid)) { continue; }