diff options
author | Alexandru M Stan <amstan@chromium.org> | 2014-10-01 14:10:36 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2014-10-08 02:51:13 +0000 |
commit | c5b30aa9f2fa726ec77a825a5bc04f985d584ec5 (patch) | |
tree | cca89452263c72b1d7b9a0f526dcdf483776c2e7 /util | |
parent | 72aee5c113ae4c4c8546c3593037873247595f4a (diff) | |
download | chrome-ec-c5b30aa9f2fa726ec77a825a5bc04f985d584ec5.tar.gz |
Renaming board veyron -> pinky
Seems that all previous boards used the subvariant specific name, and had an
alias from emerge-variant_subvariant to the ec subvariant folder.
BUG=chrome-os-partner:32331
BRANCH=None
TEST=cd board/pinky; make clean && make -j && ../../util/flash_ec --board=pinky
Change-Id: Ie6e0c977b6659687357a1b5aa2915cf0e40a5da7
Signed-off-by: Alexandru M Stan <amstan@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/221904
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Reviewed-by: David Hendricks <dhendrix@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 ec35591481..56726cd6e4 100755 --- a/util/flash_ec +++ b/util/flash_ec @@ -72,7 +72,7 @@ BOARDS_STM32=( samus_pd snow spring - veyron + pinky zinger minimuffin ) |