summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2014-03-27 21:31:59 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-04-12 01:45:51 +0000
commita1e8b316db8b72e0f23c1475a8d4ae715a4ca38d (patch)
tree9e589422b58c77a395551ca9de6757d3336c8066 /util
parent6c6276fd455dced1d4fecb3f2f050b81765c6bf7 (diff)
downloadchrome-ec-a1e8b316db8b72e0f23c1475a8d4ae715a4ca38d.tar.gz
Zinger board configuration
Add the USB Power delivery PHY configuration, and all the pins and details to use the real Zinger board. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=none TEST=none Change-Id: Ic2d3616c9fd2bf3ebeccba74a5519697e7c3e899 Reviewed-on: https://chromium-review.googlesource.com/194220 Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/flash_ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_ec b/util/flash_ec
index 823198d96c..3bfee7c61d 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -240,7 +240,7 @@ save="$(servo_save)"
case "${BOARD}" in
big | blaze | discovery | nyan | pit | snow | spring ) flash_stm32 ;;
- fruitpie ) flash_stm32 ;;
+ fruitpie | zinger) flash_stm32 ;;
falco | peppy | rambi | samus | squawks ) flash_lm4 ;;
link ) flash_link ;;
*) die "board ${BOARD} not supported" ;;