mirror of https://github.com/acidanthera/audk.git
Fix a typo in last check in. The token number should not have been duplicated.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3657 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
21c9b90b75
commit
1a2e381e2b
|
@ -115,7 +115,7 @@
|
|||
PcdWinNtFlashNvStorageVariableBase|0x00001014|gEfiNt32PkgTokenSpaceGuid|UINT32|0x0
|
||||
PcdWinNtFlashNvStorageFtwSpareBase|0x00001015|gEfiNt32PkgTokenSpaceGuid|UINT32|0x0
|
||||
PcdWinNtFlashNvStorageFtwWorkingBase|0x00001016|gEfiNt32PkgTokenSpaceGuid|UINT32|0x0
|
||||
PcdWinNtFdBaseAddress|0x00001016|gEfiNt32PkgTokenSpaceGuid|UINT32|0x0
|
||||
PcdWinNtFdBaseAddress|0x00001017|gEfiNt32PkgTokenSpaceGuid|UINT32|0x0
|
||||
|
||||
[PcdsDynamic.common]
|
||||
PcdWinNtPhysicalDisk|0x00001000|gEfiNt32PkgTokenSpaceGuid|VOID*|L"E:RW;245760;512"
|
||||
|
|
Loading…
Reference in New Issue