summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic (Chun-Ju) Yang <victoryang@chromium.org>2014-01-16 16:18:00 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-01-17 18:17:06 +0000
commit21dd8328719aa3c150899df1ab176cbab5bcc9ee (patch)
treece6d8e632e04d9d04d33b6af764ae8eeb0ba0396
parenta32f1d5643d127a82f346aa52e963dac51b82abf (diff)
downloadchrome-ec-21dd8328719aa3c150899df1ab176cbab5bcc9ee.tar.gz
Remove obsolete TODO
LPC mapped memory is not supported for MEC1322. We'll need a separate communication module. Update comment to reflect this. BUG=chrome-os-partner:24280 TEST=None BRANCH=None Change-Id: I1863c7c230f895cb2cef65459406ffcf1e2b515d Signed-off-by: Vic (Chun-Ju) Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/182798 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--util/comm-mec1322.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/util/comm-mec1322.c b/util/comm-mec1322.c
index 787626b433..02b8ee775c 100644
--- a/util/comm-mec1322.c
+++ b/util/comm-mec1322.c
@@ -3,9 +3,7 @@
* found in the LICENSE file.
*/
-/* This is a temporary HACK for MEC1322. */
-
-/* TODO(crosbug.com/p/24280): Remove this file and use comm-lpc.c */
+/* LPC communication protocol for MEC1322 */
#include <stdint.h>
#include <stdio.h>