diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-08-04 18:41:33 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-08-04 18:41:33 +0000 |
commit | a20f683a69084e3eb2e8f91b7d804570a9014252 (patch) | |
tree | 40982299a9d5b797821c6603e61c539569992eac /ArmVirtPkg | |
parent | 1c51e601a0514a60dcdf48faba00b89deaff456a (diff) | |
download | edk2-platforms-a20f683a69084e3eb2e8f91b7d804570a9014252.tar.xz |
ArmVirtPkg/ArmVirtXen: remove unused PcdFirmwareVendor PCD
The PcdFirmwareVendor PCD was never used on this platform, since
it has never supported the ARM BDS. So remove it.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18154 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmVirtPkg')
-rw-r--r-- | ArmVirtPkg/ArmVirtXen.dsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmVirtPkg/ArmVirtXen.dsc b/ArmVirtPkg/ArmVirtXen.dsc index b4007ff3c6..06c0003ae8 100644 --- a/ArmVirtPkg/ArmVirtXen.dsc +++ b/ArmVirtPkg/ArmVirtXen.dsc @@ -79,7 +79,6 @@ ################################################################################
[PcdsFixedAtBuild.common]
- gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"XEN-UEFI"
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"$(FIRMWARE_VER)"
gArmPlatformTokenSpaceGuid.PcdCoreCount|1
|