summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtFlashMapPei
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-16 03:05:08 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-16 03:05:08 +0000
commit2765c473bef1c3e012b84c2a3b0d26c4d8cfb959 (patch)
tree9267144473e7ba24153b0c034a3a0b24c7d470c0 /Nt32Pkg/WinNtFlashMapPei
parent184cf4043a6da53322fae2fab16f14d7e6a39378 (diff)
downloadedk2-platforms-2765c473bef1c3e012b84c2a3b0d26c4d8cfb959.tar.xz
Fix a bug to relocate FTW space base for NT32 platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3650 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtFlashMapPei')
-rw-r--r--Nt32Pkg/WinNtFlashMapPei/FlashMap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/WinNtFlashMapPei/FlashMap.c b/Nt32Pkg/WinNtFlashMapPei/FlashMap.c
index 1837b30e0b..ed395bb4d0 100644
--- a/Nt32Pkg/WinNtFlashMapPei/FlashMap.c
+++ b/Nt32Pkg/WinNtFlashMapPei/FlashMap.c
@@ -87,7 +87,7 @@ Returns:
//
PcdSet32 (PcdFlashNvStorageVariableBase, PcdGet32 (PcdWinNtFlashNvStorageVariableBase) + (UINT32) FdBase);
PcdSet32 (PcdFlashNvStorageFtwWorkingBase, PcdGet32 (PcdWinNtFlashNvStorageFtwWorkingBase) + (UINT32) FdBase);
- PcdSet32 (PcdFlashNvStorageFtwSpareBase, PcdGet32 (PcdWinNtFlashNvStorageFtwWorkingBase) + (UINT32) FdBase);
+ PcdSet32 (PcdFlashNvStorageFtwSpareBase, PcdGet32 (PcdWinNtFlashNvStorageFtwSpareBase) + (UINT32) FdBase);
return EFI_SUCCESS;
}