summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--power/common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/power/common.c b/power/common.c
index 5ec09d72a9..7e213f0569 100644
--- a/power/common.c
+++ b/power/common.c
@@ -169,6 +169,9 @@ void power_set_state(enum power_state new_state)
if (new_state == POWER_G3)
last_shutdown_time = get_time().val;
+ /* Print out the RTC value to help correlate EC and kernel logs. */
+ print_system_rtc(CC_CHIPSET);
+
state = new_state;
/*