From f10abeb19fd74573ddb7ceb582906a765a9be60b Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Fri, 10 May 2013 13:44:02 -0700 Subject: 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 Reviewed-on: https://gerrit.chromium.org/gerrit/50875 Reviewed-by: Duncan Laurie --- util/flash_ec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/flash_ec') 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 -- cgit v1.2.1