]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/FfsFileStatement.py
Sync basetools' source and binary files with r1707 of the basetools project.
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / FfsFileStatement.py
index ed778f3d44cad837bc894b59c266cb2a42947ade..e3f2e68fb888fb281a112498f415194aa39c48cc 100644 (file)
@@ -78,8 +78,7 @@ class FileStatement (FileStatementClassObject) :
             if self.FdName.upper() not in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():\r
                 EdkLogger.error("GenFds", GENFDS_ERROR, "FD (%s) is NOT described in FDF file!" % (self.FdName))\r
             Fd = GenFdsGlobalVariable.FdfParser.Profile.FdDict.get(self.FdName.upper())\r
-            FvBin = {}\r
-            FileName = Fd.GenFd(FvBin)\r
+            FileName = Fd.GenFd()\r
             SectionFiles = [FileName]\r
 \r
         elif self.FileName != None:\r