mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
BaseTools: Roll back code modify by commit 9e47e6f90880
Roll back code modify by commit 9e47e6f90880, if ForceRebase not False or True, the GenFv command not need add parameter Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
This commit is contained in:
parent
1475b83f06
commit
599bb2be1f
@ -574,9 +574,9 @@ class GenFdsGlobalVariable:
|
||||
if BaseAddress:
|
||||
Cmd += ("-r", BaseAddress)
|
||||
|
||||
if not ForceRebase:
|
||||
if ForceRebase == False:
|
||||
Cmd += ("-F", "FALSE")
|
||||
else:
|
||||
elif ForceRebase == True:
|
||||
Cmd += ("-F", "TRUE")
|
||||
|
||||
if Capsule:
|
||||
|
Loading…
x
Reference in New Issue
Block a user