diff mbox

[edk2,v2,2/4] OvmfPkg: AcpiPlatformDxe: actualize QemuLoader.h comments

Message ID 1409951742-27218-3-git-send-email-lersek@redhat.com
State New
Headers show

Commit Message

Laszlo Ersek Sept. 5, 2014, 9:15 p.m. UTC
We used to state in this header file that we only cared about the Allocate
command. This is no longer the case; update the comments accordingly.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---
 OvmfPkg/AcpiPlatformDxe/QemuLoader.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
diff mbox

Patch

diff --git a/OvmfPkg/AcpiPlatformDxe/QemuLoader.h b/OvmfPkg/AcpiPlatformDxe/QemuLoader.h
index b8f6147..84dec06 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,