]> git.proxmox.com Git - mirror_edk2.git/commitdiff
retire AcpiTableStorage.h and implement the gEfiAcpiTableStorageGuid with a fixed...
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Apr 2009 02:06:51 +0000 (02:06 +0000)
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Apr 2009 02:06:51 +0000 (02:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8108 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c

index 6714da783aba4f146eb11521f54809739ee38b67..951222a4288ff249d1921e35b96d5925eb1372e3 100755 (executable)
@@ -94,7 +94,7 @@ LocateFvInstanceWithTables (
     //\r
     Status = FvInstance->ReadFile (\r
                            FvInstance,\r
-                           FixedPcdGetPtr (PcdAcpiTableStorageFile),\r
+                           (EFI_GUID*)FixedPcdGetPtr (PcdAcpiTableStorageFile),\r
                            NULL,\r
                            &Size,\r
                            &FileType,\r
@@ -208,7 +208,7 @@ AcpiPlatformEntryPoint (
 \r
     Status = FwVol->ReadSection (\r
                       FwVol,\r
-                      FixedPcdGetPtr (PcdAcpiTableStorageFile),\r
+                      (EFI_GUID*)FixedPcdGetPtr (PcdAcpiTableStorageFile),\r
                       EFI_SECTION_RAW,\r
                       Instance,\r
                       (VOID**) &CurrentTable,\r