diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-16 10:16:39 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-16 10:16:39 +0000 |
commit | 1a2e381e2b2d616334000a97d1332ba65e4609e8 (patch) | |
tree | 3272efa3ee02c64b81e772e57c3695e504c712e6 | |
parent | 21c9b90b75f34214cb7d57bf20ef46508f1a8efa (diff) | |
download | edk2-platforms-1a2e381e2b2d616334000a97d1332ba65e4609e8.tar.xz |
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
-rw-r--r-- | Nt32Pkg/Nt32Pkg.dec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/Nt32Pkg.dec b/Nt32Pkg/Nt32Pkg.dec index 03bd87043f..ef4ac5f34b 100644 --- a/Nt32Pkg/Nt32Pkg.dec +++ b/Nt32Pkg/Nt32Pkg.dec @@ -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"
|