Remove unnecessary mBdsImageHandle.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11012 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
niruiyu
2010-11-08 06:56:57 +00:00
parent 9dd7461870
commit fefefa4cb1
6 changed files with 9 additions and 20 deletions

View File

@ -292,7 +292,7 @@ BdsLibBootViaBootOption (
Status = gBS->LoadImage (
TRUE,
mBdsImageHandle,
gImageHandle,
DevicePath,
NULL,
0,
@ -320,7 +320,7 @@ BdsLibBootViaBootOption (
if (FilePath != NULL) {
Status = gBS->LoadImage (
TRUE,
mBdsImageHandle,
gImageHandle,
FilePath,
NULL,
0,
@ -2072,7 +2072,7 @@ BdsLibUpdateFvFileDevicePath (
FindFvFile = FALSE;
FoundFvHandle = NULL;
Status = gBS->HandleProtocol (
mBdsImageHandle,
gImageHandle,
&gEfiLoadedImageProtocolGuid,
(VOID **) &LoadedImage
);