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>
This commit is contained in:
Jeremy Thorpe
2013-08-15 15:34:51 -07:00
committed by ChromeBot
parent 3f1380c624
commit 574a243111

View File

@@ -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" ;;