summaryrefslogtreecommitdiff
path: root/common/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/version.c')
-rw-r--r--common/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/version.c b/common/version.c
index 36567095ff..a2f554e58d 100644
--- a/common/version.c
+++ b/common/version.c
@@ -12,9 +12,9 @@
const struct version_struct version_data
__attribute__((section(".rodata.ver"))) = {
CROS_EC_VERSION_COOKIE1,
- CROS_EC_VERSION,
+ CROS_EC_VERSION32,
CROS_EC_VERSION_COOKIE2
};
const char build_info[] __attribute__((section(".rodata.buildinfo"))) =
- CROS_EC_BUILD_INFO;
+ CROS_EC_VERSION " " DATE " " BUILDER;