Thomas Heijligen has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/55118 )
Change subject: programmer_table: print.c use fixed fixed name instead of reference ......................................................................
programmer_table: print.c use fixed fixed name instead of reference
Change-Id: If2cf95c71425efdd864457e213dd34b929fe8805 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.de --- M print.c 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/18/55118/1
diff --git a/print.c b/print.c index 49c1aa1..1a01eab 100644 --- a/print.c +++ b/print.c @@ -474,8 +474,7 @@ 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");