summaryrefslogtreecommitdiff
path: root/EdkUnixPkg/Dxe/PlatformBds/Generic/BdsEntry.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkUnixPkg/Dxe/PlatformBds/Generic/BdsEntry.c')
-rw-r--r--EdkUnixPkg/Dxe/PlatformBds/Generic/BdsEntry.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/EdkUnixPkg/Dxe/PlatformBds/Generic/BdsEntry.c b/EdkUnixPkg/Dxe/PlatformBds/Generic/BdsEntry.c
index ddd6b4f78e..a52b116538 100644
--- a/EdkUnixPkg/Dxe/PlatformBds/Generic/BdsEntry.c
+++ b/EdkUnixPkg/Dxe/PlatformBds/Generic/BdsEntry.c
@@ -26,7 +26,9 @@ Abstract:
EFI_BDS_ARCH_PROTOCOL_INSTANCE gBdsInstanceTemplate = {
EFI_BDS_ARCH_PROTOCOL_INSTANCE_SIGNATURE,
NULL,
- BdsEntry,
+ {
+ BdsEntry
+ },
0xFFFF,
TRUE,
EXTENSIVE
@@ -267,7 +269,7 @@ Returns:
}
-EFI_STATUS
+VOID
EFIAPI
BdsEntry (
IN EFI_BDS_ARCH_PROTOCOL *This
@@ -339,7 +341,7 @@ Returns:
// Setup some platform policy here
//
PlatformBdsPolicyBehavior (PrivateData, &DriverOptionList, &BootOptionList);
- PERF_END (0, L"PlatformBds", L"BDS", 0);
+ PERF_END (0, "PlatformBds", "BDS", 0);
//
// BDS select the boot device to load OS
@@ -351,6 +353,5 @@ Returns:
// return back to DxeCore.
//
ASSERT (FALSE);
-
- return EFI_SUCCESS;
}
+