summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thorpe <jeremyt@chromium.org>2013-08-15 15:34:51 -0700
committerChromeBot <chrome-bot@google.com>2013-08-21 02:59:52 -0700
commit574a243111aaa46425008449e8ccbd0cf45f3b27 (patch)
tree65c689337edd30dab80f89894e4fadb28e42660a
parent3f1380c624a4ece2f5ea131ca63be39d6559b339 (diff)
downloadchrome-ec-574a243111aaa46425008449e8ccbd0cf45f3b27.tar.gz
kirby: Add kirby support to util/flash_ec.
This allows stm32mon built in kirby build directory to be used to flash EC. BUG=chrome-os-partner:21964 TEST=util/flash_ec --board=kirby --image=build/kirby/ec.bin BRANCH=None Change-Id: I38ab6de0e129996010974c8766e1f84f4e8eb3a7 Signed-off-by: Jeremy Thorpe <jeremyt@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/66005 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rwxr-xr-xutil/flash_ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_ec b/util/flash_ec
index 72ef371e14..5a60aecff6 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -222,7 +222,7 @@ fi
save="$(servo_save)"
case "${BOARD}" in
- puppy | daisy | snow | spring | pit ) flash_daisy ;;
+ puppy | daisy | snow | spring | pit | kirby ) flash_daisy ;;
link ) flash_link ;;
slippy | falco | peppy ) flash_slippy ;;
*) die "board ${BOARD} not supported" ;;