summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/flashrom.c b/flashrom.c
index 5791372..a61bf2d 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -380,8 +380,10 @@ notfound:
if (!flash || !flash->name)
return NULL;
- printf("Found chip \"%s %s\" (%d KB) at physical address 0x%lx.\n",
- flash->vendor, flash->name, flash->total_size, base);
+ printf("Found chip \"%s %s\" (%d KB, %s) at physical address 0x%lx.\n",
+ flash->vendor, flash->name, flash->total_size,
+ flashbuses_to_text(flash->bustype), base);
+
return flash;
}
OpenPOWER on IntegriCloud