Simplify the code to use the EFI_FV_FILE_INFO structure of DxeCore to save the extra GUID copy.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5525 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -91,16 +91,15 @@ PeiLoadFile (
|
||||
|
||||
|
||||
/**
|
||||
Searches DxeCore in all firmware Volumes and loads the first instance that contains DxeCore.
|
||||
|
||||
@param DxeCoreFileName A Pointer to the EFI_GUID to contain the output DxeCore GUID file name.
|
||||
Searches DxeCore in all firmware Volumes and loads the first
|
||||
instance that contains DxeCore.
|
||||
|
||||
@return FileHandle of DxeCore to load DxeCore.
|
||||
|
||||
**/
|
||||
EFI_PEI_FILE_HANDLE
|
||||
DxeIplFindDxeCore (
|
||||
OUT EFI_GUID *DxeCoreFileName
|
||||
VOID
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user