Message ID | 20170411093545.24432-1-ard.biesheuvel@linaro.org |
---|---|
State | Accepted |
Commit | d21c52fc6cbd84ccf63b9e3e8c3a86ed81ccf439 |
Headers | show |
diff --git a/Platforms/Marvell/Armada/Armada.dsc.inc b/Platforms/Marvell/Armada/Armada.dsc.inc index bdaf53710d9b..475fc6d05379 100644 --- a/Platforms/Marvell/Armada/Armada.dsc.inc +++ b/Platforms/Marvell/Armada/Armada.dsc.inc @@ -128,7 +128,6 @@ # SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf # BDS Libraries - BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf PlatformBdsLib|ArmPlatformPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf
The EBL shell nog longer depends on the deprecated ARM BdsLib, so remove the library class resolution for it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- Platforms/Marvell/Armada/Armada.dsc.inc | 1 - 1 file changed, 1 deletion(-)