mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
print.c: use static string for internal programmer name
Change-Id: If2cf95c71425efdd864457e213dd34b929fe8805 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/55118 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
e14b2ec65c
commit
251f98014f
3
print.c
3
print.c
@ -474,8 +474,7 @@ int print_supported(void)
|
|||||||
list_programmers_linebreak(0, 80, 0);
|
list_programmers_linebreak(0, 80, 0);
|
||||||
msg_ginfo("\n");
|
msg_ginfo("\n");
|
||||||
#if CONFIG_INTERNAL == 1
|
#if CONFIG_INTERNAL == 1
|
||||||
msg_ginfo("\nSupported devices for the %s programmer:\n\n",
|
msg_ginfo("\nSupported devices for the internal programmer:\n\n");
|
||||||
programmer_table[PROGRAMMER_INTERNAL]->name);
|
|
||||||
print_supported_chipsets();
|
print_supported_chipsets();
|
||||||
msg_ginfo("\n");
|
msg_ginfo("\n");
|
||||||
print_supported_boards_helper(boards_known, "mainboards");
|
print_supported_boards_helper(boards_known, "mainboards");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user