summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-03-17 22:59:40 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2008-03-17 22:59:40 +0000
commitac378972597a575b3c07e5e8e061ac179359ba9f (patch)
treeb94feff08c4ae0fc87cfcd28b5b205328e98e604 /flashrom.c
parentb7c83233993bd1ff602c53def439f8cbff0f372a (diff)
downloadast2050-flashrom-ac378972597a575b3c07e5e8e061ac179359ba9f.zip
ast2050-flashrom-ac378972597a575b3c07e5e8e061ac179359ba9f.tar.gz
Support for the Winbond W39V080FA series of chips
Support for flashing on the Kontron 986LCD-M board. Corresponding to flashrom svn r213 and coreboot v2 svn r3165. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flashrom.c b/flashrom.c
index 4130d76..29c3a58 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -109,8 +109,8 @@ struct flashchip *probe_flash(struct flashchip *flash)
flash++;
continue;
}
- printf_debug("Probing for %s, %d KB\n",
- flash->name, flash->total_size);
+ printf_debug("Probing for %s %s, %d KB: ",
+ flash->vendor, flash->name, flash->total_size);
size = flash->total_size * 1024;
OpenPOWER on IntegriCloud