summaryrefslogtreecommitdiff
path: root/Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c')
-rw-r--r--Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c b/Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c
index 9f5d1db0..adc7a281 100644
--- a/Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c
+++ b/Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c
@@ -32,7 +32,6 @@ ArmSgiPkgEntryPoint (
SGI_PLATFORM_DESCRIPTOR *HobData;
UINT32 ConfigId;
UINT32 PartNum;
- EFI_APEI_PROTOCOL *ApeiProtocol;
SystemIdHob = GetFirstGuidHob (&gArmSgiPlatformIdDescriptorGuid);
if (SystemIdHob == NULL) {
@@ -54,7 +53,7 @@ ArmSgiPkgEntryPoint (
(ConfigId == RD_E1_EDGE_CONF_ID)) {
Status = LocateAndInstallAcpiFromFv (&gRdE1EdgeAcpiTablesFileGuid);
} else if (PartNum == RD_DANIEL_PART_NUM) {
- Status = LocateAndInstallAcpiFromFv (&gRdDanielAcpiTablesFileGuid);
+ Status = LocateAndInstallAcpiFromFv (&gRdDanielAcpiTablesFileGuid);
} else {
Status = EFI_UNSUPPORTED;
}