mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-29 01:50:53 +00:00
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:
committed by
ChromeBot
parent
0d645f105e
commit
ca2de14f9f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user