grub2/0222-grub-core-commands-i386-coreboot-cbls.c-Fix-typos-an.patch
2013-05-02 16:54:52 -04:00

50 lines
1.5 KiB
Diff

From 20c550c1de7da63334394e04474f89f3378412cc Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Fri, 22 Mar 2013 14:06:48 +0100
Subject: [PATCH 222/364] * grub-core/commands/i386/coreboot/cbls.c: Fix
typos and wrong description.
---
ChangeLog | 5 +++++
grub-core/commands/i386/coreboot/cbls.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8d8c590..4a5b683 100644
--- 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.
diff --git a/grub-core/commands/i386/coreboot/cbls.c b/grub-core/commands/i386/coreboot/cbls.c
index dc46d55..151f9e8 100644
--- a/grub-core/commands/i386/coreboot/cbls.c
+++ b/grub-core/commands/i386/coreboot/cbls.c
@@ -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",
--
1.8.1.4