From ca2de14f9fbeb60efd1d87efa5976c15e6e52cc0 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Fri, 26 Apr 2013 09:39:57 -0700 Subject: 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 Reviewed-on: https://gerrit.chromium.org/gerrit/49320 Reviewed-by: Bill Richardson --- util/flash_ec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/flash_ec b/util/flash_ec index 978d616e26..93ae431f8c 100755 --- a/util/flash_ec +++ b/util/flash_ec @@ -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 -- cgit v1.2.1