diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-08-24 13:17:48 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-08-24 15:36:08 +0100 |
commit | bfb0ee0adbb1838a371e9f5b1c1b49e1f354447a (patch) | |
tree | 3a331860f9cdd6ac550b00b32b8ba22459c79ae9 /OvmfPkg/QemuVideoDxe | |
parent | f71b163020d7f97e0533c412d175bc642f628ef6 (diff) | |
download | edk2-bfb0ee0adbb1838a371e9f5b1c1b49e1f354447a.tar.gz edk2-bfb0ee0adbb1838a371e9f5b1c1b49e1f354447a.tar.bz2 edk2-bfb0ee0adbb1838a371e9f5b1c1b49e1f354447a.zip |
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 84a75f70e903 (SVN 16890) and
05a537945872.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg/QemuVideoDxe')
-rw-r--r-- | OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index 346a5aed94..7c7d429bca 100644 --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf @@ -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]
|