X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EmbeddedPkg%2FLibrary%2FPrePiLib%2FFwVol.c;h=83aa40f7940c7b4d366785fffc138e626b8aad6e;hb=a1878955b29ad924761e165253e4ff3cfc4f6c1f;hp=797779f84525872a45197f335164be9ce9e13641;hpb=878b807a435eefbb1d76f9bdec30cb3526521a5e;p=mirror_edk2.git diff --git a/EmbeddedPkg/Library/PrePiLib/FwVol.c b/EmbeddedPkg/Library/PrePiLib/FwVol.c index 797779f845..83aa40f794 100644 --- a/EmbeddedPkg/Library/PrePiLib/FwVol.c +++ b/EmbeddedPkg/Library/PrePiLib/FwVol.c @@ -361,7 +361,7 @@ FfsProcessSection ( // // GetInfo failed // - DEBUG ((EFI_D_ERROR, "Decompress GetInfo Failed - %r\n", Status)); + DEBUG ((DEBUG_ERROR, "Decompress GetInfo Failed - %r\n", Status)); return EFI_NOT_FOUND; } // @@ -415,7 +415,7 @@ FfsProcessSection ( // // Decompress failed // - DEBUG ((EFI_D_ERROR, "Decompress Failed - %r\n", Status)); + DEBUG ((DEBUG_ERROR, "Decompress Failed - %r\n", Status)); return EFI_NOT_FOUND; } else { return FfsProcessSection ( @@ -732,7 +732,7 @@ FfsGetVolumeInfo ( Search through every FV until you find a file of type FileType @param FileType File handle of a Fv type file. - @param Volumehandle On succes Volume Handle of the match + @param Volumehandle On success Volume Handle of the match @param FileHandle On success File Handle of the match @retval EFI_NOT_FOUND FV image can't be found. @@ -857,7 +857,7 @@ FfsProcessFvFile ( // - // Inform HOB consumer phase, i.e. DXE core, the existance of this FV + // Inform HOB consumer phase, i.e. DXE core, the existence of this FV // BuildFvHob ((EFI_PHYSICAL_ADDRESS) (UINTN) FvImageInfo.FvStart, FvImageInfo.FvSize); @@ -874,5 +874,3 @@ FfsProcessFvFile ( return EFI_SUCCESS; } - -