diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-25 16:50:12 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-25 16:50:12 +0000 |
commit | 24321aa11e1e371ccdf033c98325dfa1f0546a57 (patch) | |
tree | e969bfa5c5a9b293a2b9d7220a73397580dcbfa0 | |
parent | ef76813117f816117c0fa172ce56524bac75934a (diff) | |
download | edk2-platforms-24321aa11e1e371ccdf033c98325dfa1f0546a57.tar.xz |
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10077 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | UefiCpuPkg/CpuDxe/CpuDxe.inf | 2 | ||||
-rw-r--r-- | UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.inf b/UefiCpuPkg/CpuDxe/CpuDxe.inf index 526e16e1d5..01ec1efb08 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.inf +++ b/UefiCpuPkg/CpuDxe/CpuDxe.inf @@ -19,8 +19,6 @@ FILE_GUID = 62D171CB-78CD-4480-8678-C6A2A797A8DE
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
- EDK_RELEASE_VERSION = 0x00020000
- EFI_SPECIFICATION_VERSION = 0x0002000A
ENTRY_POINT = InitializeCpu
diff --git a/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf b/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf index b796512ca4..2e51f4ae7d 100644 --- a/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf +++ b/UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf @@ -18,8 +18,6 @@ FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09
MODULE_TYPE = SEC
VERSION_STRING = 1.1
- EDK_RELEASE_VERSION = 0x00020000
- EFI_SPECIFICATION_VERSION = 0x00020000
#
# The following information is for reference only and not required by the build tools.
|