mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
UefiPayloadPkg: Remove duplicate library and file name in INF file
In SpiFlashLib driver, BaseLib appears twice in [LibraryClasses] section, so remove the duplicate one. In PayloadLoaderPeim driver, ElfLib/ElfLibInternal.h appears twice in [Sources] section, so remove the duplicate one. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
This commit is contained in:
parent
c86451e79b
commit
7d87a9d339
2 changed files with 0 additions and 2 deletions
|
|
@ -39,7 +39,6 @@
|
|||
PciLib
|
||||
HobLib
|
||||
TimerLib
|
||||
BaseLib
|
||||
|
||||
[Guids]
|
||||
gSpiFlashInfoGuid
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
ElfLib/ElfCommon.h
|
||||
ElfLib/Elf32.h
|
||||
ElfLib/Elf64.h
|
||||
ElfLib/ElfLibInternal.h
|
||||
ElfLib/ElfLib.c
|
||||
ElfLib/Elf32Lib.c
|
||||
ElfLib/Elf64Lib.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue