1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

print.c: Use flashrom_version_info()

Change-Id: If3df32c9461f3c0b8e660b5974dfbd25a56a185d
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/67040
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
This commit is contained in:
Edward O'Callaghan 2022-08-25 11:23:07 +10:00 committed by Edward O'Callaghan
parent 0d4614777b
commit 7ea50d8fe4

View File

@ -582,7 +582,7 @@ void print_buildinfo(void)
void print_version(void)
{
msg_ginfo("flashrom %s", flashrom_version);
msg_ginfo("flashrom %s", flashrom_version_info());
print_sysinfo();
msg_ginfo("\n");
}