diff options
author | Elvin Li <elvin.li@intel.com> | 2015-02-25 01:02:41 +0000 |
---|---|---|
committer | li-elvin <li-elvin@Edk2> | 2015-02-25 01:02:41 +0000 |
commit | 0c8cd06707f88ffb74344048487b265caa9fd040 (patch) | |
tree | a3bbd79f458e7a5a9f6165221591a9eca52a629d /MdePkg | |
parent | a065efc7c7ce8bb3e5cb3e463099d023d4a92927 (diff) | |
download | edk2-platforms-0c8cd06707f88ffb74344048487b265caa9fd040.tar.xz |
MdePkg: Fixed wrong definition in smbios.h.
SlotTypeAgp8X should be used per SMBIOS spec.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <elvin.li@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16917 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/IndustryStandard/SmBios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index 32ac2874ed..14b5208fc5 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -1108,7 +1108,7 @@ typedef enum { SlotTypeApg2X = 0x10,
SlotTypeAgp4X = 0x11,
SlotTypePciX = 0x12,
- SlotTypeAgp4x = 0x13,
+ SlotTypeAgp8X = 0x13,
SlotTypeM2Socket1_DP = 0x14,
SlotTypeM2Socket1_SD = 0x15,
SlotTypeM2Socket2 = 0x16,
|