From ac378972597a575b3c07e5e8e061ac179359ba9f Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 17 Mar 2008 22:59:40 +0000 Subject: 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 Acked-by: Carl-Daniel Hailfinger --- flashrom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flashrom.c') diff --git a/flashrom.c b/flashrom.c index 4130d76c..29c3a587 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; -- cgit v1.2.3