mirror of https://github.com/acidanthera/audk.git
Revert the change in r19137.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19138 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
eadb60d96f
commit
ca9d6d7962
|
@ -12,4 +12,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#define __BUILD_VERSION "Build 99862"
|
#define __BUILD_VERSION ""
|
||||||
|
|
|
@ -181,7 +181,6 @@ class FV (FvClassObject):
|
||||||
#
|
#
|
||||||
# Write the Fv contents to Buffer
|
# Write the Fv contents to Buffer
|
||||||
#
|
#
|
||||||
if os.path.isfile(FvOutputFile):
|
|
||||||
FvFileObj = open ( FvOutputFile,'r+b')
|
FvFileObj = open ( FvOutputFile,'r+b')
|
||||||
|
|
||||||
GenFdsGlobalVariable.VerboseLogger( "\nGenerate %s FV Successfully" %self.UiFvName)
|
GenFdsGlobalVariable.VerboseLogger( "\nGenerate %s FV Successfully" %self.UiFvName)
|
||||||
|
@ -206,8 +205,6 @@ class FV (FvClassObject):
|
||||||
FvFileObj.close()
|
FvFileObj.close()
|
||||||
GenFds.ImageBinDict[self.UiFvName.upper() + 'fv'] = FvOutputFile
|
GenFds.ImageBinDict[self.UiFvName.upper() + 'fv'] = FvOutputFile
|
||||||
GenFdsGlobalVariable.LargeFileInFvFlags.pop()
|
GenFdsGlobalVariable.LargeFileInFvFlags.pop()
|
||||||
else:
|
|
||||||
GenFdsGlobalVariable.ErrorLogger("Failed to generate %s FV file." %self.UiFvName)
|
|
||||||
return FvOutputFile
|
return FvOutputFile
|
||||||
|
|
||||||
## _GetBlockSize()
|
## _GetBlockSize()
|
||||||
|
|
Loading…
Reference in New Issue