diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2020-02-26 14:05:51 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-03-05 21:08:30 +0000 |
commit | 806d1be6a73acb1567812213500bc9bd01ff4767 (patch) | |
tree | cd25ad7406ab34890336a74bdc68e02de540c90a | |
parent | b58ec859c78c7b0c120ac040dc4dd1790d926c7c (diff) | |
download | edk2-806d1be6a73acb1567812213500bc9bd01ff4767.tar.gz edk2-806d1be6a73acb1567812213500bc9bd01ff4767.tar.bz2 edk2-806d1be6a73acb1567812213500bc9bd01ff4767.zip |
ArmPkg/ArmLib: remove bogus protocol declaration
ArmLib is a BASE type library, which should not depend or
even be aware on DXE type protocols. So drop the reference
to gEfiCpuArchProtocolGuid.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
-rw-r--r-- | ArmPkg/Library/ArmLib/ArmBaseLib.inf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ArmPkg/Library/ArmLib/ArmBaseLib.inf b/ArmPkg/Library/ArmLib/ArmBaseLib.inf index 5e70990872..106a09f821 100644 --- a/ArmPkg/Library/ArmLib/ArmBaseLib.inf +++ b/ArmPkg/Library/ArmLib/ArmBaseLib.inf @@ -48,8 +48,5 @@ ArmPkg/ArmPkg.dec
MdePkg/MdePkg.dec
-[Protocols]
- gEfiCpuArchProtocolGuid
-
[FeaturePcd.ARM]
gArmTokenSpaceGuid.PcdNormalMemoryNonshareableOverride
|