BaseTools: Structure Pcd in CommandLine.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
(cherry picked from commit 6f49996ced
)
This commit is contained in:
committed by
Yonghong Zhu
parent
fde92af67d
commit
1de7f6464a
@ -302,9 +302,7 @@ def main():
|
||||
if ArchList != None:
|
||||
GenFdsGlobalVariable.ArchList = ArchList
|
||||
|
||||
if Options.OptionPcd:
|
||||
GlobalData.BuildOptionPcd = Options.OptionPcd
|
||||
CheckBuildOptionPcd()
|
||||
# Dsc Build Data will handle Pcd Settings from CommandLine.
|
||||
|
||||
"""Modify images from build output if the feature of loading driver at fixed address is on."""
|
||||
if GenFdsGlobalVariable.FixedLoadAddress:
|
||||
|
Reference in New Issue
Block a user