summaryrefslogtreecommitdiff
path: root/common/ec_comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ec_comm.c')
-rw-r--r--common/ec_comm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/ec_comm.c b/common/ec_comm.c
index 18ea225ef9..4ad6311acc 100644
--- a/common/ec_comm.c
+++ b/common/ec_comm.c
@@ -317,11 +317,6 @@ void ec_comm_block(int block)
*/
static int command_ec_comm(int argc, char **argv)
{
- if (!board_has_ec_cr50_comm_support()) {
- ccprintf("No EC-CR50 comm support\n");
- return EC_ERROR_INVAL;
- }
-
if (argc > 1) {
if (!strcasecmp(argv[1], "corrupt")) {
int result = ec_efs_corrupt_hash();