summaryrefslogtreecommitdiff
path: root/util/flash_ec
diff options
context:
space:
mode:
Diffstat (limited to 'util/flash_ec')
-rwxr-xr-xutil/flash_ec3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/flash_ec b/util/flash_ec
index d92a002d01..b0ef53e0c6 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -425,8 +425,7 @@ if [[ "${SERVO_TYPE}" =~ ^servo_v4(p1)?_with_.*_and_.*$ ]]; then
fi
servo_is_ccd() {
- [[ "${SERVO_TYPE}" =~ "ccd_cr50" ]] || \
- [[ "${SERVO_TYPE}" =~ "ccd_ti50" ]]
+ [[ "${SERVO_TYPE}" =~ "ccd" ]]
}
servo_has_warm_reset() {