mirror of https://github.com/acidanthera/audk.git
Correct the bad token number for gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10916 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
08dd311f5d
commit
e026f005e3
|
@ -421,7 +421,7 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0xa00000|UINT32|0x0001001f
|
||||
|
||||
## Null-terminated Unicode string of the firmware vendor name that is default name filled into the EFI System Table
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"EDK II"|VOID*|0xx00010050
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"EDK II"|VOID*|0x00010050
|
||||
|
||||
## Firmware revision that is default value filled into the EFI System Table
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareRevision|0x00010000|UINT32|0x00010051
|
||||
|
|
Loading…
Reference in New Issue