summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/main.c b/common/main.c
index 628227d627..887312f6e5 100644
--- a/common/main.c
+++ b/common/main.c
@@ -96,9 +96,9 @@ int main(void)
/* Print the reset cause */
uart_printf("\n\n--- Chrome EC initialized! ---\n");
- uart_printf("(image: %s, version: %s, last reset: %s)\n",
+ uart_printf("build: %s\n", system_get_build_info());
+ uart_printf("(image: %s, last reset: %s)\n",
system_get_image_copy_string(),
- system_get_version(SYSTEM_IMAGE_UNKNOWN),
system_get_reset_cause_string());
/* Launch task scheduling (never returns) */