summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Core/Dxe/Image/Image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/Image/Image.c b/MdeModulePkg/Core/Dxe/Image/Image.c
index 077d2a0..d0539b9 100644
--- a/MdeModulePkg/Core/Dxe/Image/Image.c
+++ b/MdeModulePkg/Core/Dxe/Image/Image.c
@@ -842,7 +842,7 @@ CoreLoadImageCommon (
&AuthenticationStatus
);
if (FHand.Source == NULL) {
- Status = EFI_LOAD_ERROR;
+ Status = EFI_NOT_FOUND;
} else {
//
// Try to get the image device handle by checking the match protocol.