]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: remove duplicate function name
authorCarsey, Jaben <jaben.carsey@intel.com>
Wed, 11 Apr 2018 23:08:05 +0000 (07:08 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 18 Apr 2018 14:15:33 +0000 (22:15 +0800)
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/Eot/FvImage.py

index 472ae400506d510a19cc42fa48896fda7aa503ec..39c31d768d5d957298d77133c8bd46b275242d7d 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # Parse FV image\r
 #\r
-# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -363,7 +363,7 @@ class FirmwareVolume(Image):
                     NewFfs = self.UnDispatchedFfsDict.pop(FfsID)\r
                     NewFfs.Depex = DepexString\r
                     if FileDepex is not None:\r
-                        ScheduleList.insert.insert(FileDepex[1], FfsID, NewFfs, FileDepex[0])\r
+                        ScheduleList.insert(FileDepex[1], FfsID, NewFfs, FileDepex[0])\r
                     else:\r
                         ScheduleList[FfsID] = NewFfs\r
                 else:\r