summaryrefslogtreecommitdiffstats
path: root/cli_classic.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli_classic.c')
-rw-r--r--cli_classic.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli_classic.c b/cli_classic.c
index 55c069d..2b8309a 100644
--- a/cli_classic.c
+++ b/cli_classic.c
@@ -483,6 +483,13 @@ int main(int argc, char *argv[])
}
ret = 1;
goto out_shutdown;
+ } else if (!chip_to_probe) {
+ /* repeat for convenience when looking at foreign logs */
+ tempstr = flashbuses_to_text(flashes[0].bustype);
+ msg_gdbg("Found %s flash chip \"%s\" (%d kB, %s).\n",
+ flashes[0].vendor, flashes[0].name,
+ flashes[0].total_size, tempstr);
+ free(tempstr);
}
fill_flash = &flashes[0];
OpenPOWER on IntegriCloud