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?