Tiny patch to show the size of the detected flash part.
Uwe. -- Uwe Hermann http://www.hermann-uwe.de http://www.it-services-uh.de | http://www.crazy-hacks.org http://www.holsham-traders.de | http://www.unmaintained-free-software.org
Index: util/flashrom/flash_rom.c
===================================================================
--- util/flashrom/flash_rom.c (revision 2401)
+++ util/flashrom/flash_rom.c (working copy)
@@ -298,7 +298,7 @@
exit(1);
}
- printf("Flash part is %s\n", flash->name);
+ printf("Flash part is %s (%d KB)\n", flash->name, flash->total_size);
if (!filename && !erase_it) {
// FIXME: Do we really want this feature implicitly?
signature.asc
Description: Digital signature
-- linuxbios mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
