summaryrefslogtreecommitdiff
path: root/util/flashrom/layout.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-04-23 14:57:55 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-04-23 14:57:55 +0000
commita44228c435d129740ced86fe66e9641af165b11f (patch)
treea7658da03dac1e6eabb63344b5b4aaa8986ca6ad /util/flashrom/layout.c
parent72deb69ce16f07b4a79e59d1f386744a9adcc4d2 (diff)
downloadcoreboot-a44228c435d129740ced86fe66e9641af165b11f.tar.xz
Don't duplicate option description in README, the manpage already has
that info. Also, additional small cosmetic fix. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4196 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/layout.c')
-rw-r--r--util/flashrom/layout.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/flashrom/layout.c b/util/flashrom/layout.c
index 84a8ec7052..87a52ad26f 100644
--- a/util/flashrom/layout.c
+++ b/util/flashrom/layout.c
@@ -108,8 +108,7 @@ int show_id(uint8_t *bios, int size, int force)
*/
if (!strcasecmp(mainboard_vendor, lb_vendor) &&
!strcasecmp(mainboard_part, lb_part)) {
- printf_debug("This firmware image matches "
- "this motherboard.\n");
+ printf_debug("This firmware image matches this mainboard.\n");
} else {
if (force) {
printf("WARNING: This firmware image does not "