summaryrefslogtreecommitdiff
path: root/util/flash_ec
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-05-10 13:44:02 -0700
committerChromeBot <chrome-bot@google.com>2013-05-10 16:37:11 -0700
commitf10abeb19fd74573ddb7ceb582906a765a9be60b (patch)
tree83ec60319f033eb52616a69ac14313b5f2da0a82 /util/flash_ec
parent1e4b0b6194b3ff16233e824daa4bab18a8dcce0f (diff)
downloadchrome-ec-f10abeb19fd74573ddb7ceb582906a765a9be60b.tar.gz
Slippy: Changes needed to boot EC without bricking.
This commits the hacks made during board bringup. Bugs can be filed and fixed based on this starting point. BUG=chrome-os-partner:18825 BRANCH=slippy TEST=manual Try it and see. Change-Id: Ia663eaf9a357633873b1b5d5cc6dbdda63513082 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/50875 Reviewed-by: Duncan Laurie <dlaurie@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 93ae431f8c..ef104750b7 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -202,7 +202,7 @@ save="$(servo_save)"
case "${BOARD}" in
daisy | snow | spring | pit ) flash_daisy ;;
- link ) flash_link ;;
+ link | slippy ) flash_link ;;
*) die "board ${BOARD} not supported" ;;
esac