diff --git a/OvmfPkg/AcpiPlatformDxe/QemuLoader.h b/OvmfPkg/AcpiPlatformDxe/QemuLoader.h index b8f6147ceb..84dec06422 100644 --- a/OvmfPkg/AcpiPlatformDxe/QemuLoader.h +++ b/OvmfPkg/AcpiPlatformDxe/QemuLoader.h @@ -20,14 +20,10 @@ #include // -// The types and the documentation reflects the SeaBIOS interface. In OVMF we -// use a minimal subset of it. +// The types and the documentation reflects the SeaBIOS interface. // #define QEMU_LOADER_FNAME_SIZE QEMU_FW_CFG_FNAME_SIZE -// -// We only look at the Allocate command, and only to get FwCfg filenames. -// typedef enum { QemuLoaderCmdAllocate = 1, QemuLoaderCmdAddPointer,