diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2017-11-30 10:39:27 +0000 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2017-11-30 12:07:56 +0000 |
commit | 53a3ad49a95e49dcadee216f99b9cdab789c0012 (patch) | |
tree | 5213bb64aa8092d049db9cff64d8b36d9e096dce /Platform | |
parent | 7c4b47ff8212d8e23d47b0edc7a88ab0d617efca (diff) | |
download | edk2-platforms-53a3ad49a95e49dcadee216f99b9cdab789c0012.tar.xz |
Platform/Hisilicon: drop BdsLib inclusion from HiKey .dsc
The ArmPkg BdsLib has been dropped from EDK2, and is no longer
required by the Android*Boot applications - so delete the
reference to fix the resulting build failure.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'Platform')
-rw-r--r-- | Platform/Hisilicon/HiKey/HiKey.dsc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc index 97811eb8d9..957e4d4a9e 100644 --- a/Platform/Hisilicon/HiKey/HiKey.dsc +++ b/Platform/Hisilicon/HiKey/HiKey.dsc @@ -411,10 +411,7 @@ #
# Fastboot
#
- EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf {
- <LibraryClasses>
- BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf
- }
+ EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf
#
|