summaryrefslogtreecommitdiff
path: root/src/lib/version.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-02-15 08:21:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-02-21 19:07:31 +0000
commit26071aaadfc5926f7e01623d8fb2967456041dfc (patch)
tree3380dfb3eec43cfe46e4daa8fca0f8e24e9158d4 /src/lib/version.c
parent94ad37619f95a07b94a6a9a570bd74727eb830c4 (diff)
downloadcoreboot-26071aaadfc5926f7e01623d8fb2967456041dfc.tar.xz
ACPI: Correct asl_compiler_revision value
Change-Id: I91b54b43c8bb5cb17ff86a6d9afa95f265ee49df Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/31431 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/lib/version.c')
-rw-r--r--src/lib/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/version.c b/src/lib/version.c
index c84a7275e6..5b24c5cae1 100644
--- a/src/lib/version.c
+++ b/src/lib/version.c
@@ -43,3 +43,5 @@ const struct bcd_date coreboot_build_date = {
.day = COREBOOT_BUILD_DAY_BCD,
.weekday = COREBOOT_BUILD_WEEKDAY_BCD,
};
+
+const unsigned int asl_revision = ASL_VERSION;