Commit d1915c1f authored by Uwe Hermann's avatar Uwe Hermann Committed by Stefan Reinauer
Browse files

Tiny patch to show the size of the detected flash part


Corresponding to flashrom svn r65 and coreboot v2 svn r2449.
Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
X-Signed-off-by: default avatarStefan Reinauer <stepan@coresystems.de>
parent 41c47676
......@@ -298,7 +298,7 @@ int main(int argc, char *argv[])
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?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment