]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Directly use FALSE when BootPolicy is FALSE.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Dec 2009 05:28:03 +0000 (05:28 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Dec 2009 05:28:03 +0000 (05:28 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9540 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/DxeServicesLib/DxeServicesLib.c

index 45936d4abf2c557b056c4dda7df9c7032646350e..e44833f19f234b1ee5380b7471f186853f7e1758 100644 (file)
@@ -677,7 +677,7 @@ GetFileBufferByFilePath (
             Status = LoadFile2->LoadFile (\r
                                  LoadFile2,\r
                                  DevicePathNode,\r
-                                 BootPolicy,\r
+                                 FALSE,\r
                                  &ImageBufferSize,\r
                                  ImageBuffer\r
                                  );\r