mirror of https://github.com/acidanthera/audk.git
Directly use FALSE when BootPolicy is FALSE.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9540 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
824e8a5233
commit
c083f7caef
|
@ -677,7 +677,7 @@ GetFileBufferByFilePath (
|
||||||
Status = LoadFile2->LoadFile (
|
Status = LoadFile2->LoadFile (
|
||||||
LoadFile2,
|
LoadFile2,
|
||||||
DevicePathNode,
|
DevicePathNode,
|
||||||
BootPolicy,
|
FALSE,
|
||||||
&ImageBufferSize,
|
&ImageBufferSize,
|
||||||
ImageBuffer
|
ImageBuffer
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue