summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-05-20 13:06:55 -0700
committerChromeBot <chrome-bot@google.com>2013-05-20 17:01:29 -0700
commit93ec62ebc3ae238749915f8161a2673a7d2928d9 (patch)
tree0f64111dc448e6c5d2d4d8dedfed775a9d4cc7b8 /util
parent9fb93c09d30d83a4aae778887faaed72da5675b0 (diff)
downloadchrome-ec-93ec62ebc3ae238749915f8161a2673a7d2928d9.tar.gz
Create board configuration for falco bringup
This change just copies slippy and tweaks a few things that were slippy-specific instead of not-link-specific (there are still bugs open for those things). BUG=chrome-os-partner:18788 BRANCH=none TEST=manual Since there are no Falco-specific changes yet (just slippy with another name), I can try it on Slippy: cros_workon --board falco start chromeos-ec emerge-falco chromeos-ec ~/trunk/src/platform/ec/util/flash_ec --board falco I also built and tested Link EC, to make sure nothing broke there either. Change-Id: I9b3682032bd51adab4450520dfe52e3036750ef9 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/55820 Reviewed-by: Randall Spangler <rspangler@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 ef104750b7..28b5bd1073 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 | slippy ) flash_link ;;
+ link | slippy | falco ) flash_link ;;
*) die "board ${BOARD} not supported" ;;
esac