diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-02-24 18:38:14 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-02-27 16:18:29 +0000 |
commit | 40f42465891a3d524a2dfb67ee7eccdb05145f20 (patch) | |
tree | 7e7d8cc3ac8ae17486f762ce50c20e7341b6aa78 /Omap35xxPkg/Omap35xxPkg.dsc | |
parent | 4b1dd5c457c8fb07937851c9dc0f38e48d130b14 (diff) | |
download | edk2-platforms-40f42465891a3d524a2dfb67ee7eccdb05145f20.tar.xz |
ArmPkg: remove unused PcdArmUncachedMemoryMask PCD
This removes the PCD PcdArmUncachedMemoryMask from ArmPkg, along with
any remaining references to it in various platform .DSC files. It is
no longer used now that we removed the virtual uncached pages protocol
and the associated DebugUncachedMemoryAllocationLib library instance.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Omap35xxPkg/Omap35xxPkg.dsc')
-rw-r--r-- | Omap35xxPkg/Omap35xxPkg.dsc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Omap35xxPkg/Omap35xxPkg.dsc b/Omap35xxPkg/Omap35xxPkg.dsc index ad7d9898c3..fc94ca7ed1 100644 --- a/Omap35xxPkg/Omap35xxPkg.dsc +++ b/Omap35xxPkg/Omap35xxPkg.dsc @@ -162,11 +162,6 @@ # OMAP Interrupt Controller
gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000
- #
- # ARM Pcds
- #
- gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
-
################################################################################
#
# Components Section - list of all EDK II Modules needed by this Platform
|