diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2022-09-25 18:05:02 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-24 14:30:33 +0000 |
commit | f4213fed3433640a8d445b3fdb5d179e15380cc0 (patch) | |
tree | ae661bb2a4ca25813e8eb174169820cf1e5a2c58 /ArmVirtPkg/ArmVirtCloudHv.fdf | |
parent | acb2acccfdd34a6643e7a203e68cbe7e523a4a02 (diff) | |
download | edk2-f4213fed3433640a8d445b3fdb5d179e15380cc0.tar.gz |
ArmVirtPkg: remove EbcDxe from all platforms
The EBC interpreter is rarely, if ever, used on ARM, and is especially
pointless on virtual machines. So let's drop it from the builds.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Leif Lindholm <quic_llindhol@quicinc.com>
Diffstat (limited to 'ArmVirtPkg/ArmVirtCloudHv.fdf')
-rw-r--r-- | ArmVirtPkg/ArmVirtCloudHv.fdf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ArmVirtPkg/ArmVirtCloudHv.fdf b/ArmVirtPkg/ArmVirtCloudHv.fdf index 81c539590a..a5f172d79b 100644 --- a/ArmVirtPkg/ArmVirtCloudHv.fdf +++ b/ArmVirtPkg/ArmVirtCloudHv.fdf @@ -195,11 +195,6 @@ READ_LOCK_STATUS = TRUE INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
INF MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
INF ArmVirtPkg/CloudHvAcpiPlatformDxe/CloudHvAcpiPlatformDxe.inf
-
- #
- # EBC support
- #
- INF MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
!endif
#
|