summaryrefslogtreecommitdiffstats
path: root/cli_classic.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli_classic.c')
-rw-r--r--cli_classic.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli_classic.c b/cli_classic.c
index 2b8309a..49bc8a8 100644
--- a/cli_classic.c
+++ b/cli_classic.c
@@ -443,6 +443,10 @@ int main(int argc, char *argv[])
ret = 1;
goto out_shutdown;
}
+ tempstr = flashbuses_to_text(buses_supported);
+ msg_pdbg("This programmer supports the following protocols: %s.\n",
+ tempstr);
+ free(tempstr);
for (i = 0; i < ARRAY_SIZE(flashes); i++) {
startchip = probe_flash(startchip, &flashes[i], 0);
OpenPOWER on IntegriCloud