summaryrefslogtreecommitdiff
path: root/layout.c
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-04-23 14:57:55 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-04-23 14:57:55 +0000
commit19b8df7d7d41987800a87b9f6b105809262d472b (patch)
tree3b0a9b2ea098174342d477f4232fcd9687787c5c /layout.c
parent1785968dd811b3e415d37d66c9b2f33f7b8b9ba8 (diff)
downloadflashrom-19b8df7d7d41987800a87b9f6b105809262d472b.tar.gz
Original v2 revision: 4196
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: https://code.coreboot.org/svn/flashrom/trunk@440 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/layout.c b/layout.c
index 84a8ec7..87a52ad 100644
--- a/layout.c
+++ b/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 "