mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
UefiCpuPkg: Remove duplicate libraries in INF files
In CpuDxeRiscV64 driver, TimerLib appears twice in [LibraryClasses] section, so remove the duplicate one. In RegisterCpuFeaturesLib driver, UefiBootServicesTableLib appears twice in [LibraryClasses] section, so remove the duplicate one. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
This commit is contained in:
parent
34c7871fec
commit
c86451e79b
2 changed files with 0 additions and 2 deletions
|
|
@ -39,7 +39,6 @@
|
|||
RiscVSbiLib
|
||||
RiscVMmuLib
|
||||
CacheMaintenanceLib
|
||||
TimerLib
|
||||
|
||||
[Sources]
|
||||
CpuDxe.c
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
SynchronizationLib
|
||||
UefiBootServicesTableLib
|
||||
IoLib
|
||||
UefiBootServicesTableLib
|
||||
UefiLib
|
||||
|
||||
[Protocols]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue