summaryrefslogtreecommitdiff
path: root/util/flash_ec
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2014-05-13 17:01:41 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-05-14 22:53:44 +0000
commit6d01f2e16981710f1b07d2a02ea6edb2d61ff9b4 (patch)
tree4c834e8a666215f1f25b1e121bc67a323e73f1e2 /util/flash_ec
parentac78a35cf198e69cec291d1d645b89997da10ea5 (diff)
downloadchrome-ec-6d01f2e16981710f1b07d2a02ea6edb2d61ff9b4.tar.gz
samus: add PD MCU board
Initial patch for samus PD board. This configures GPIOs to match samus 1.9. BUG=chrome-os-partner:28350 BRANCH=none TEST=none, no boards yet. Change-Id: Ibc9d67325a1d9699b4e76e2998ab830ddbd0fb98 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/199660 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'util/flash_ec')
-rwxr-xr-xutil/flash_ec2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_ec b/util/flash_ec
index 1727b9120e..1a64ab409e 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -245,7 +245,7 @@ save="$(servo_save)"
case "${BOARD}" in
big | discovery | nyan | pit | snow | spring ) flash_stm32 ;;
- fruitpie | zinger | firefly) flash_stm32 ;;
+ fruitpie | zinger | firefly | samus_pd) flash_stm32 ;;
falco | peppy | rambi | samus | squawks ) flash_lm4 ;;
link ) flash_link ;;
*) die "board ${BOARD} not supported" ;;