diff options
Diffstat (limited to 'EdkModulePkg')
-rw-r--r-- | EdkModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/EdkModulePkg/Core/Dxe/Dispatcher/Dispatcher.c index 82b776f901..68bf63e601 100644 --- a/EdkModulePkg/Core/Dxe/Dispatcher/Dispatcher.c +++ b/EdkModulePkg/Core/Dxe/Dispatcher/Dispatcher.c @@ -437,7 +437,7 @@ Returns: //
if (DriverEntry->ImageHandle == NULL) {
Status = CoreLoadImage (
- TRUE,
+ FALSE,
gDxeCoreImageHandle,
DriverEntry->FvFileDevicePath,
NULL,
|