summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/flash_ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_ec b/util/flash_ec
index dcf754bc94..46dc166ea3 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -356,7 +356,7 @@ else
# file, instead of having multiple board-to-chip mapping info in this
# script. Please refer to crrev.com/c/1496460 for example.
die "board ${BOARD} supports multiple chips" \
- "(${FILTERED_CHIPS[*]}). Use --chip= to choose one."
+ "(${SUPPORTED_CHIPS[*]}). Use --chip= to choose one."
fi
if [ -n "${FLAGS_chip}" ] && [ "${CHIP}" != "${FLAGS_chip}" ]; then