From bd72aa1a3138c64f9d04ba8f4a93c27173eff7fb Mon Sep 17 00:00:00 2001 From: jchen20 Date: Fri, 17 Apr 2009 02:06:51 +0000 Subject: retire AcpiTableStorage.h and implement the gEfiAcpiTableStorageGuid with a fixed at build PCD git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8108 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c b/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c index 6714da783a..951222a428 100755 --- a/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c +++ b/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c @@ -94,7 +94,7 @@ LocateFvInstanceWithTables ( // Status = FvInstance->ReadFile ( FvInstance, - FixedPcdGetPtr (PcdAcpiTableStorageFile), + (EFI_GUID*)FixedPcdGetPtr (PcdAcpiTableStorageFile), NULL, &Size, &FileType, @@ -208,7 +208,7 @@ AcpiPlatformEntryPoint ( Status = FwVol->ReadSection ( FwVol, - FixedPcdGetPtr (PcdAcpiTableStorageFile), + (EFI_GUID*)FixedPcdGetPtr (PcdAcpiTableStorageFile), EFI_SECTION_RAW, Instance, (VOID**) &CurrentTable, -- cgit v1.2.3