summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 13:48:58 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-06 21:56:57 +0000
commit8c0e2f3c9164c95b9262d558aa6a667d310e3bf9 (patch)
tree4375ac8cf217855f7ce8921d0d528237744e2115 /fuzz
parent7103bc89ed2a4460a606b62b63df02e7f0ecb3df (diff)
downloadchrome-ec-8c0e2f3c9164c95b9262d558aa6a667d310e3bf9.tar.gz
coil: remove fingerprint support
This code uses coil terms we're removing, but we don't use it in platform/cr50. Remove the code instead of replacing the terms. BUG=b:175244613 TEST=make buildall -j Change-Id: I909e21693d839cb3769e680c58d9d34017802aa1 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613136 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/host_command_fuzz.mocklist2
-rw-r--r--fuzz/host_command_fuzz.tasklist3
2 files changed, 1 insertions, 4 deletions
diff --git a/fuzz/host_command_fuzz.mocklist b/fuzz/host_command_fuzz.mocklist
index be1527bff0..84c6d081c5 100644
--- a/fuzz/host_command_fuzz.mocklist
+++ b/fuzz/host_command_fuzz.mocklist
@@ -4,6 +4,4 @@
*/
#define CONFIG_TEST_MOCK_LIST \
- MOCK(FP_SENSOR) \
- MOCK(MKBP_EVENTS) \
MOCK(ROLLBACK)
diff --git a/fuzz/host_command_fuzz.tasklist b/fuzz/host_command_fuzz.tasklist
index 2ff8a94d98..3211d1a401 100644
--- a/fuzz/host_command_fuzz.tasklist
+++ b/fuzz/host_command_fuzz.tasklist
@@ -6,5 +6,4 @@
/**
* See CONFIG_TASK_LIST in config.h for details.
*/
-#define CONFIG_TEST_TASK_LIST \
- TASK_TEST(FPSENSOR, fp_task, NULL, TASK_STACK_SIZE)
+ #define CONFIG_TEST_TASK_LIST