diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-03 08:54:27 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-03 08:54:27 +0000 |
commit | 58ece2ec9d2b57f394a83e934bcfbb1a730e4b88 (patch) | |
tree | d309f11d85d13a48f8c9d1792c52b9632c8612c4 /Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c | |
parent | 6d3aa33ed03ca6d9d1af2e5425e8c5adec3f5f5d (diff) | |
download | edk2-platforms-58ece2ec9d2b57f394a83e934bcfbb1a730e4b88.tar.xz |
Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3545 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c')
-rw-r--r-- | Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c b/Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c index 643b92c446..b5afe106ee 100644 --- a/Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c +++ b/Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c @@ -66,7 +66,6 @@ Returns: DEBUG ((EFI_D_ERROR, "NT 32 Firmware Volume PEIM Loaded\n"));
- __asm int 3;
//
// Get the Fwh Information PPI
//
|