diff options
author | Bill Richardson <wfrichar@chromium.org> | 2013-09-30 09:36:01 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2013-09-30 18:58:19 +0000 |
commit | af34e526dbcd7af9466b7d598eeadffe835017e1 (patch) | |
tree | 3bc1125494d8d10718e5ec5fb817fccc7ab1c559 /util | |
parent | 6d522eef9d672c56335ece32cf3473a2e274bea9 (diff) | |
download | chrome-ec-af34e526dbcd7af9466b7d598eeadffe835017e1.tar.gz |
Create samus board config
This just does a copy/rename from Bolt. Tweaking for Samus' peculiarities
will come next.
BUG=chrome-os-partner:22870
BRANCH=none
TEST=manual
The only thing we can check is that it compiles:
cd src/platform/ec
make BOARD=samus
Change-Id: Ied95ebdd1137548b21334b4a65a298c68482c517
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/171081
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-x | util/flash_ec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flash_ec b/util/flash_ec index ef2ec3c2ae..147b6006df 100755 --- a/util/flash_ec +++ b/util/flash_ec @@ -223,7 +223,7 @@ save="$(servo_save)" case "${BOARD}" in daisy | kirby | pit | puppy | snow | spring | discovery ) flash_stm32 ;; - bolt | falco | peppy | rambi | slippy ) flash_lm4 ;; + bolt | samus | falco | peppy | rambi | slippy ) flash_lm4 ;; link ) flash_link ;; *) die "board ${BOARD} not supported" ;; esac |