From 0995a9740086a8750ca20fe3ebaf2d0c1391342a Mon Sep 17 00:00:00 2001 From: eric_tian Date: Fri, 10 Jul 2009 10:16:37 +0000 Subject: roll back the change on the naming of DataHubRecords.h for backward compatibility. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8877 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IntelFrameworkModulePkg') diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c index dcf410a444..2098602b2f 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.c @@ -746,7 +746,7 @@ UpdateFrontPageStrings ( } if (CompareGuid (&Record->DataRecordGuid, &gEfiProcessorSubClassGuid) && - (DataHeader->RecordType == EFI_PROCESSOR_VERSION_RECORD_NUMBER) + (DataHeader->RecordType == ProcessorVersionRecordType) ) { ProcessorVersion = (EFI_PROCESSOR_VERSION_DATA *) (DataHeader + 1); GetProducerString (&Record->ProducerName, *ProcessorVersion, &NewString); @@ -757,7 +757,7 @@ UpdateFrontPageStrings ( } if (CompareGuid (&Record->DataRecordGuid, &gEfiProcessorSubClassGuid) && - (DataHeader->RecordType == EFI_PROCESSOR_FREQUENCY_RECORD_NUMBER) + (DataHeader->RecordType == ProcessorCoreFrequencyRecordType) ) { ProcessorFrequency = (EFI_PROCESSOR_CORE_FREQUENCY_DATA *) (DataHeader + 1); ConvertProcessorToString (ProcessorFrequency, &NewString); -- cgit v1.2.3