]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:The BuildOptionPcd value is wrong
authorFan, ZhijuX <zhijux.fan@intel.com>
Tue, 15 Jan 2019 09:13:59 +0000 (17:13 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 21 Jan 2019 10:03:31 +0000 (18:03 +0800)
commit5f7650e49727526f402a6d89fb0780b847bb475f
tree6168485ade9bc3641824714214b2c1df13914d2c
parent350c9ae081a54628e2ccee9fc2d3617f670ba4aa
BaseTools:The BuildOptionPcd value is wrong

In GenFds.py, Due to the second assignment, the value is wrong
Its value should a list, not a string.and this line is not required

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/GenFds/GenFds.py