diff options
author | Leif Lindholm <quic_llindhol@quicinc.com> | 2024-09-26 23:13:14 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-27 12:42:07 +0000 |
commit | ded3ae2cf4ba974313f8ab043f610b1e6d3ddcdc (patch) | |
tree | 059f297094541055f597aa4aba4cb3c8ec22e904 | |
parent | 0693c66f76bac8fcb820b88221c1cc42be7c1bee (diff) | |
download | edk2-ded3ae2cf4ba974313f8ab043f610b1e6d3ddcdc.tar.gz |
ArmPkg: drop FdtLib resolution from .dsc
ArmPkg.dsc sets up an FdtLib resolution that is not actually used
by any of the components in it. Since the declared one is going
away, drop the line.
Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
-rw-r--r-- | ArmPkg/ArmPkg.dsc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index 5bc830cf15..25d750e8ab 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -78,8 +78,6 @@ PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
- FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
-
ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
|