summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'print.c')
-rw-r--r--print.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/print.c b/print.c
index 7ba2801..2ed22a7 100644
--- a/print.c
+++ b/print.c
@@ -317,6 +317,11 @@ void print_supported(void)
programmer_table[PROGRAMMER_OGP_SPI].name);
print_supported_pcidevs(ogp_spi);
#endif
+#if CONFIG_SATAMV == 1
+ printf("\nSupported devices for the %s programmer:\n",
+ programmer_table[PROGRAMMER_SATAMV].name);
+ print_supported_pcidevs(satas_mv);
+#endif
}
#if CONFIG_INTERNAL == 1
OpenPOWER on IntegriCloud