summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorNeil Chen <neilc@nvidia.com>2014-03-18 19:07:38 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-03-22 18:49:09 +0000
commit53d46c5ca162952cc63d93bddef583877072cd15 (patch)
tree4658d3fc15e6707b678449e70174af1fa494dc16 /util
parent7a7c92e15e239d37089b94d04a422f312c09caa6 (diff)
downloadchrome-ec-53d46c5ca162952cc63d93bddef583877072cd15.tar.gz
Add initial blaze support
once firmware branch exists, this commit need go into it and doesn't need to be carried in master forever BRANCH=blaze BUG=chrome-os-partner:27120 TEST=USE="nyan_blaze" emerge-nyan_blaze chromeos-ec;flash nyan board, verify ec is alive and version is reported as blaze Change-Id: I115890a7122440a25c3d1f5e4b94248099a1de99 Signed-off-by: Neil Chen <neilc@nvidia.com> Reviewed-on: https://chromium-review.googlesource.com/190610 Reviewed-by: Katie Roberts-Hoffman <katierh@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 c6eabf3419..34ee8b4ea8 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -222,7 +222,7 @@ fi
save="$(servo_save)"
case "${BOARD}" in
- big | discovery | nyan | pit | snow | spring ) flash_stm32 ;;
+ big | blaze | discovery | nyan | pit | snow | spring ) flash_stm32 ;;
falco | peppy | rambi | samus | squawks ) flash_lm4 ;;
link ) flash_link ;;
*) die "board ${BOARD} not supported" ;;