summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAaron Massey <aaronmassey@google.com>2023-03-31 11:57:36 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-31 21:33:02 +0000
commita056c2eb9f6a1168febc4e8bf2d17bbba97cba7e (patch)
treef1a87453bc5e3a731899c599c8f365d1fe2c1855 /include
parent62b635f5129cc204fd9e64f267b9d8cfc10d0abe (diff)
downloadchrome-ec-a056c2eb9f6a1168febc4e8bf2d17bbba97cba7e.tar.gz
ec_commands: Read-test deprecated to obsolete
The read test host command was removed and marked as "DEPRECATED" in CL:3967307. Since this host command is actually obsolete mark it as "OBSOLETE" instead. BRANCH=none BUG=none TEST=none Change-Id: I3a006196bd6072ff3590ec3e9d2d72e50c4ce2c6 Signed-off-by: Aaron Massey <aaronmassey@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4389608 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/ec_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 049adcc205..0b2988f413 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -1273,7 +1273,7 @@ struct ec_response_get_version_v1 {
char cros_fwid_rw[32]; /* Added in version 1 */
} __ec_align4;
-/* Read test - DEPRECATED */
+/* Read test - OBSOLETE */
#define EC_CMD_READ_TEST 0x0003
/*