Add pit support to flash_ec

Pit flashes the same way daisy does.

BUG=chrome-os-partner:18657
BRANCH=none
TEST=./util/flash_ec --board=pit --ro --image=build/pit/ec.bin

Change-Id: Id3db86b348963f66e7eb03c38a8efabe3379d21b
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/49320
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
Randall Spangler
2013-04-26 09:39:57 -07:00
committed by ChromeBot
parent 0d645f105e
commit ca2de14f9f

View File

@@ -201,7 +201,7 @@ fi
save="$(servo_save)"
case "${BOARD}" in
daisy | snow | spring ) flash_daisy ;;
daisy | snow | spring | pit ) flash_daisy ;;
link ) flash_link ;;
*) die "board ${BOARD} not supported" ;;
esac