summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2022-01-14 10:19:43 -0600
committerCommit Bot <commit-bot@chromium.org>2022-01-14 20:27:24 +0000
commit6e04673962dc439f796f8421edb403d8a4e3b45f (patch)
tree24c3e438cf0c5bf8478a965fab93d50104766fbb
parent7e8e3e0d75b3dda4bea6a866ba14f8bfe13947d0 (diff)
downloadchrome-ec-6e04673962dc439f796f8421edb403d8a4e3b45f.tar.gz
extension: allow pop flog over usb on DBG images
BUG=none TEST=none Change-Id: Icc4198dc7e87c74cbbc5466b4a04d716ebab22a2 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3386404 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r--common/extension.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/extension.c b/common/extension.c
index c91ca987e4..055cfcb031 100644
--- a/common/extension.c
+++ b/common/extension.c
@@ -35,6 +35,7 @@ uint32_t extension_route_command(struct vendor_cmd_params *p)
case VENDOR_CC_SN_INC_RMA:
case VENDOR_CC_ENDORSEMENT_SEED:
case VENDOR_CC_RESET_EC:
+ case VENDOR_CC_POP_LOG_ENTRY:
#endif /* defined(CR50_DEV) */
case EXTENSION_POST_RESET: /* Always need to reset. */
case VENDOR_CC_CCD: