summaryrefslogtreecommitdiffstats
path: root/CorebootModulePkg/CbSupportDxe/CbSupportDxe.c
diff options
context:
space:
mode:
Diffstat (limited to 'CorebootModulePkg/CbSupportDxe/CbSupportDxe.c')
-rwxr-xr-xCorebootModulePkg/CbSupportDxe/CbSupportDxe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.c b/CorebootModulePkg/CbSupportDxe/CbSupportDxe.c
index 24bacf815c..c526c9e871 100755
--- a/CorebootModulePkg/CbSupportDxe/CbSupportDxe.c
+++ b/CorebootModulePkg/CbSupportDxe/CbSupportDxe.c
@@ -140,9 +140,6 @@ CbDxeEntryPoint (
//
// Report MMIO/IO Resources
//
- Status = CbReserveResourceInGcd (TRUE, EfiGcdMemoryTypeMemoryMappedIo, 0xFEE00000, SIZE_1MB, 0, SystemTable); // LAPIC
- ASSERT_EFI_ERROR (Status);
-
Status = CbReserveResourceInGcd (TRUE, EfiGcdMemoryTypeMemoryMappedIo, 0xFEC00000, SIZE_4KB, 0, SystemTable); // IOAPIC
ASSERT_EFI_ERROR (Status);