]> git.proxmox.com Git - mirror_edk2.git/commitdiff
In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage with TRUE parameter of BootPol...
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Nov 2006 03:59:14 +0000 (03:59 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 20 Nov 2006 03:59:14 +0000 (03:59 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1981 6f19259b-4bc3-4df7-8a09-765794883524

EdkModulePkg/Core/Dxe/Dispatcher/Dispatcher.c

index 82b776f901d98d5a7bc93290b5409855a1ce8801..68bf63e6018a58338d22206df7245cc559b7ea8c 100644 (file)
@@ -437,7 +437,7 @@ Returns:
       //\r
       if (DriverEntry->ImageHandle == NULL) {\r
         Status = CoreLoadImage (\r
-                        TRUE, \r
+                        FALSE, \r
                         gDxeCoreImageHandle, \r
                         DriverEntry->FvFileDevicePath,\r
                         NULL, \r