BaseTools: Roll back code modify by commit 9e47e6f908
Roll back code modify by commit 9e47e6f908
,
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:
committed by
Liming Gao
parent
1475b83f06
commit
599bb2be1f
@ -574,9 +574,9 @@ class GenFdsGlobalVariable:
|
|||||||
if BaseAddress:
|
if BaseAddress:
|
||||||
Cmd += ("-r", BaseAddress)
|
Cmd += ("-r", BaseAddress)
|
||||||
|
|
||||||
if not ForceRebase:
|
if ForceRebase == False:
|
||||||
Cmd += ("-F", "FALSE")
|
Cmd += ("-F", "FALSE")
|
||||||
else:
|
elif ForceRebase == True:
|
||||||
Cmd += ("-F", "TRUE")
|
Cmd += ("-F", "TRUE")
|
||||||
|
|
||||||
if Capsule:
|
if Capsule:
|
||||||
|
Reference in New Issue
Block a user