mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
a065efc7c7
commit
0c8cd06707
|
@ -1108,7 +1108,7 @@ typedef enum {
|
||||||
SlotTypeApg2X = 0x10,
|
SlotTypeApg2X = 0x10,
|
||||||
SlotTypeAgp4X = 0x11,
|
SlotTypeAgp4X = 0x11,
|
||||||
SlotTypePciX = 0x12,
|
SlotTypePciX = 0x12,
|
||||||
SlotTypeAgp4x = 0x13,
|
SlotTypeAgp8X = 0x13,
|
||||||
SlotTypeM2Socket1_DP = 0x14,
|
SlotTypeM2Socket1_DP = 0x14,
|
||||||
SlotTypeM2Socket1_SD = 0x15,
|
SlotTypeM2Socket1_SD = 0x15,
|
||||||
SlotTypeM2Socket2 = 0x16,
|
SlotTypeM2Socket2 = 0x16,
|
||||||
|
|
Loading…
Reference in New Issue