diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2022-10-24 17:12:08 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-27 16:52:01 +0000 |
commit | 83f11f957240ead9b135a778316330762b0a3acb (patch) | |
tree | 51f6ffabfd2e3ef9caf5ce68ea0ddda02ab1acd7 /OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf | |
parent | 68d234989b2d6bd8f255577e08bf8be0b1d197bb (diff) | |
download | edk2-83f11f957240ead9b135a778316330762b0a3acb.tar.gz edk2-83f11f957240ead9b135a778316330762b0a3acb.tar.bz2 edk2-83f11f957240ead9b135a778316330762b0a3acb.zip |
OvmfPkg/VirtNorFlashDxe: drop block I/O protocol implementation
We never boot from NOR flash, and generally rely on the firmware volume
PI protocols to expose the contents. So drop the block I/O protocol
implementation from VirtNorFlashDxe.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Diffstat (limited to 'OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf')
-rw-r--r-- | OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf b/OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf index 53e9d58204..2a3d4a218e 100644 --- a/OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf +++ b/OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf @@ -19,7 +19,6 @@ [Sources.common]
VirtNorFlash.c
VirtNorFlash.h
- VirtNorFlashBlockIoDxe.c
VirtNorFlashDxe.c
VirtNorFlashFvb.c
|