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:
lgao4 2009-12-08 05:28:03 +00:00
parent 824e8a5233
commit c083f7caef
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ GetFileBufferByFilePath (
Status = LoadFile2->LoadFile (
LoadFile2,
DevicePathNode,
BootPolicy,
FALSE,
&ImageBufferSize,
ImageBuffer
);