summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2013-08-23 10:43:59 -0500
committerChromeBot <chrome-bot@google.com>2013-08-23 17:16:19 -0700
commitece5d15491ec496be7d500730985a0d6bd555a8a (patch)
tree2aa6dc84b29503a6641a978d49082ef999743089 /util
parent8c7a18616f216fe4c6df2d7fc2b3fc6319c385fd (diff)
downloadchrome-ec-ece5d15491ec496be7d500730985a0d6bd555a8a.tar.gz
bolt: add board support to flash_ec
The flash_ec utility was not honoring --board=bolt. Therefore, add it to the known variants of flash_slippy. BUG=chrome-os-partner:20372 BRANCH=None TEST=flash_ec --board=bolt dosen't fail Change-Id: I8f9c1ddcf7d40b8b579cd90af7dd5c4d90537084 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/66820 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/flash_ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_ec b/util/flash_ec
index 5a60aecff6..fcb1e20935 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -224,7 +224,7 @@ save="$(servo_save)"
case "${BOARD}" in
puppy | daisy | snow | spring | pit | kirby ) flash_daisy ;;
link ) flash_link ;;
- slippy | falco | peppy ) flash_slippy ;;
+ slippy | falco | peppy | bolt ) flash_slippy ;;
*) die "board ${BOARD} not supported" ;;
esac