]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Fix the incorrect indent introduced by 37de70
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 13 Dec 2017 01:59:44 +0000 (09:59 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 13 Dec 2017 08:05:20 +0000 (16:05 +0800)
The incorrect indent introduced by 37de70, it cause PEIM in sub FV
image can't be rebased. Then it block some platform can't boot.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/Fv.py

index 3953756e0f8fb3e489fa66b650bd784707826a8e..d5922c040cd30e39e5468e659576905e8ecbba30 100644 (file)
@@ -184,7 +184,7 @@ class FV (FvClassObject):
                     if GenFdsGlobalVariable.LargeFileInFvFlags[-1]:\r
                         FFSGuid = GenFdsGlobalVariable.EFI_FIRMWARE_FILE_SYSTEM3_GUID;\r
                     #Update GenFv again\r
-                        GenFdsGlobalVariable.GenerateFirmwareVolume(\r
+                    GenFdsGlobalVariable.GenerateFirmwareVolume(\r
                                                 FvOutputFile,\r
                                                 [self.InfFileName],\r
                                                 AddressFile=FvInfoFileName,\r