]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/GenFds: Correct file type set for the PIC section
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Tue, 30 Aug 2022 10:18:31 +0000 (18:18 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 19 Oct 2022 06:32:07 +0000 (06:32 +0000)
commitd23eb3aa993b8788dd45b6c2390f3edd3577dd13
treefca9c2c9bfa3b1fcdc171f79b74cc9a1b78fea94
parent0a29933ea98747209f4682e5ad6b111260b805e9
BaseTools/GenFds: Correct file type set for the PIC section

Corrently the set of file types for the PIC section contains two
duplicate values.
Replace the duplicate value with the correct one to fix the issue.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/GenFds/FdfParser.py