summaryrefslogtreecommitdiff
path: root/chip/ish/ipc_heci.c
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-04-08 09:06:37 -0600
committerchrome-bot <chrome-bot@chromium.org>2019-04-08 22:30:25 -0700
commitb4cca02d9dcc5c7fa42813ae819933fd5ae9f43c (patch)
tree5a5df25ec1b8f71bdfbbf2bf30a81396c40f84e5 /chip/ish/ipc_heci.c
parent5791f6abb1f63b3c3fd198fc64ffc889b0496e3c (diff)
downloadchrome-ec-b4cca02d9dcc5c7fa42813ae819933fd5ae9f43c.tar.gz
ish: remove sync fw clock print
The kernel tries to sync the fw clock every 20 seconds and it adds noise to the ISH console log since the ISH does not support fw clock sync. BRANCH=none BUG=none TEST=console message no longer appears every 20 seconds. Change-Id: I3650d81407c43b85d6c49f53f0633b945cc748cc Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1557886 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Diffstat (limited to 'chip/ish/ipc_heci.c')
-rw-r--r--chip/ish/ipc_heci.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/chip/ish/ipc_heci.c b/chip/ish/ipc_heci.c
index 87f0fe013b..c4d6564eef 100644
--- a/chip/ish/ipc_heci.c
+++ b/chip/ish/ipc_heci.c
@@ -621,10 +621,7 @@ static void handle_mng_commands(const ipc_handle_t handle,
break;
case MNG_SYNC_FW_CLOCK:
- /* TODO: if there's data to host requires timestamp
- * we need to implement this
- */
- CPRINTS("sync fw clock");
+ /* Not supported currently, but kernel sends this about ~20s */
break;
}
}