summaryrefslogtreecommitdiffstats
path: root/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
commit3d5f96cdc8e45eede6d36d3379f852506a3c185c (patch)
tree3b0a9b2ea098174342d477f4232fcd9687787c5c /layout.c
parent42882fd97e404952269e84a762d2304964a72899 (diff)
downloadast2050-flashrom-3d5f96cdc8e45eede6d36d3379f852506a3c185c.zip
ast2050-flashrom-3d5f96cdc8e45eede6d36d3379f852506a3c185c.tar.gz
Don't duplicate option description in README, the manpage already has that info
Also, additional small cosmetic fix. Corresponding to flashrom svn r440 and coreboot v2 svn r4196. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
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 "
OpenPOWER on IntegriCloud