]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Fix the bug for CArray PCD override in command line
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 12 May 2017 04:12:23 +0000 (12:12 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 12 May 2017 05:36:20 +0000 (13:36 +0800)
This patch updated the CArray PCD override format from B"{}" to H"{}"
which align to build spec. Besides, it also do the clean up for the
function BuildOptionPcdValueFormat.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

No differences found