]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/i386/coreboot/cbls.c: Fix typos and wrong
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 22 Mar 2013 13:06:48 +0000 (14:06 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 22 Mar 2013 13:06:48 +0000 (14:06 +0100)
description.

ChangeLog
grub-core/commands/i386/coreboot/cbls.c

index 8d8c5906b639a88e1dc2074395290781eadb926b..4a5b683d3b67cbd4c8f262400d31d3c26e4de7db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/i386/coreboot/cbls.c: Fix typos and wrong
+       description.
+
 2013-03-21  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * po/POTFILES.in: Regenerate.
index dc46d557650899344d6255b753c4da64671b66ec..151f9e84a0d118d5aa91a1b9b15d0db80c9aacbf 100644 (file)
@@ -29,7 +29,7 @@ static const char *console_descs[] = {
   "8250 UART",
   "VGA",
   "BTEXT",
-  "CBMEM console",
+  "log buffer console",
   "SROM",
   "EHCI debug",
   "memory-mapped 8250 UART"
@@ -54,7 +54,7 @@ static const char *descs[] = {
   [0x13] = "GPIO",
   [0x15] = "VDAT",
   [GRUB_LINUXBIOS_MEMBER_TIMESTAMPS] = "timestamps (`coreboot_boottime' to list)",
-  [GRUB_LINUXBIOS_MEMBER_CBMEMC] = "CBMEM console (`cbmem' to list)",
+  [GRUB_LINUXBIOS_MEMBER_CBMEMC] = "CBMEM console (`cbmemc' to list)",
   [0x18] = "MRC cache",
   [0x19] = "VBNV",
   [0xc8] = "CMOS option table",