summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/print.c b/print.c
index fd561287d..cbf12d61b 100644
--- a/print.c
+++ b/print.c
@@ -474,8 +474,7 @@ int print_supported(void)
list_programmers_linebreak(0, 80, 0);
msg_ginfo("\n");
#if CONFIG_INTERNAL == 1
- msg_ginfo("\nSupported devices for the %s programmer:\n\n",
- programmer_table[PROGRAMMER_INTERNAL]->name);
+ msg_ginfo("\nSupported devices for the internal programmer:\n\n");
print_supported_chipsets();
msg_ginfo("\n");
print_supported_boards_helper(boards_known, "mainboards");