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 ae2bd39..86b4fb1 100644
--- a/print.c
+++ b/print.c
@@ -312,6 +312,11 @@ void print_supported(void)
programmer_table[PROGRAMMER_NICINTEL_SPI].name);
print_supported_pcidevs(nics_intel_spi);
#endif
+#if CONFIG_OGP_SPI == 1
+ printf("\nSupported devices for the %s programmer:\n",
+ programmer_table[PROGRAMMER_OGP_SPI].name);
+ print_supported_pcidevs(ogp_spi);
+#endif
}
#if CONFIG_INTERNAL == 1
OpenPOWER on IntegriCloud