mirror of
https://review.coreboot.org/flashrom.git
synced 2025-06-30 21:52:36 +02:00
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>
This commit is contained in:

committed by
Stefan Reinauer

parent
b7c8323399
commit
ac37897259
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user