summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/AcpiPlatformDxe
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/AcpiPlatformDxe')
-rw-r--r--OvmfPkg/AcpiPlatformDxe/QemuLoader.h6
1 files changed, 1 insertions, 5 deletions
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 <Library/QemuFwCfgLib.h>
//
-// 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,