SMBIOS: Fix bios version
Change-Id: I142f08ed3c2704b8fde6d176f23772f5d6b33e85 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/31437 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
16d05daffa
commit
94ad37619f
@ -30,6 +30,8 @@ const char coreboot_version[] = COREBOOT_VERSION;
|
||||
const char coreboot_extra_version[] = COREBOOT_EXTRA_VERSION;
|
||||
const char coreboot_build[] = COREBOOT_BUILD;
|
||||
const unsigned int coreboot_version_timestamp = COREBOOT_VERSION_TIMESTAMP;
|
||||
const unsigned int coreboot_major_revision = COREBOOT_MAJOR_VERSION;
|
||||
const unsigned int coreboot_minor_revision = COREBOOT_MINOR_VERSION;
|
||||
|
||||
const char coreboot_compile_time[] = COREBOOT_COMPILE_TIME;
|
||||
const char coreboot_dmi_date[] = COREBOOT_DMI_DATE;
|
||||
|
Reference in New Issue
Block a user