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:
Elyes HAOUAS
2019-02-15 17:39:56 +01:00
committed by Patrick Georgi
parent 16d05daffa
commit 94ad37619f
4 changed files with 8 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ extern const char coreboot_version[];
extern const char coreboot_extra_version[];
extern const char coreboot_build[];
extern const unsigned int coreboot_version_timestamp;
extern const unsigned int coreboot_major_revision;
extern const unsigned int coreboot_minor_revision;
/* When coreboot was compiled */
extern const char coreboot_compile_time[];