]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: Correct PcdArray value assigment statement
authorFeng, Bob C <bob.c.feng@intel.com>
Mon, 24 Dec 2018 10:24:46 +0000 (18:24 +0800)
committerBobCF <bob.c.feng@intel.com>
Fri, 4 Jan 2019 07:18:18 +0000 (15:18 +0800)
https://bugzilla.tianocore.org/show_bug.cgi?id=1410
BaseTools should not generate C structure array initial value
if the value is not specified with CODE style.

This patch is going to remove the incorrect initial value statement
and correct the Pcd Array value assignment statement.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

No differences found