OvmfPkg/QemuVideoDxe: remove AARCH64/ARM support

Now that we have dropped QemuVideoDxe from all QEMU targeted builds
under ArmVirtPkg, we can revert the ARM specific changes to it.

This partially reverts commits 84a75f70e9 (SVN 16890) and
05a5379458.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Ard Biesheuvel 2017-08-24 13:17:48 +01:00
parent f71b163020
commit bfb0ee0adb
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
# DRIVER_BINDING = gQemuVideoDriverBinding
# COMPONENT_NAME = gQemuVideoComponentName
@ -45,7 +45,7 @@
UnalignedIoMsc.c | MSFT
UnalignedIoIcc.c | INTEL
[Sources.IPF, Sources.EBC, Sources.ARM, Sources.AARCH64]
[Sources.IPF, Sources.EBC]
UnalignedIoUnsupported.c
[Packages]