mirror of https://github.com/acidanthera/audk.git
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 commits84a75f70e9
(SVN 16890) and05a5379458
. 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:
parent
f71b163020
commit
bfb0ee0adb
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue