summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-01-25 10:26:55 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-01-26 13:06:44 -0800
commit4cf414210a3667a877d19f8b760b9b2762b2de93 (patch)
treea4d23eafa82f8b092cb8b6900768072927c61f0f
parent7a1d8d0f39d70040de35bc27cc5b43b69fe64d58 (diff)
downloadchrome-ec-4cf414210a3667a877d19f8b760b9b2762b2de93.tar.gz
ec_commands: remove invalid comment on console read commands
It looks like when this comment was introduced, it was correct. is_system_locked() was called: https://crrev.com/c/29825 However, this is no longer the case. See common/uart_buffering.c. BRANCH=none BUG=chromium:479223 TEST=make buildall -j Change-Id: If87f559726a74a2acbf0d4c9c5c44f264f202ff4 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1437316 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--include/ec_commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 27c8384d04..6ad86ed1d5 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -3837,7 +3837,6 @@ struct ec_params_charge_control {
} __ec_align4;
/*****************************************************************************/
-/* Console commands. Only available when flash write protect is unlocked. */
/* Snapshot console output buffer for use by EC_CMD_CONSOLE_READ. */
#define EC_CMD_CONSOLE_SNAPSHOT 0x0097