summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2020-03-03 17:38:26 -0800
committerCommit Bot <commit-bot@chromium.org>2020-03-04 22:11:26 +0000
commit38652c1d26adfa1d604aaa284f67a4d3b99ef3ff (patch)
tree7ffa68be19295b412e5d689eebad2a24e8958703 /util
parentfc6d829790908f0fde4e2b2bebb3a3d6703cfe89 (diff)
downloadchrome-ec-38652c1d26adfa1d604aaa284f67a4d3b99ef3ff.tar.gz
getversion.sh: Generalize FP targets for nucleo-*
The nucleo-dartmonkey and future nucleo-bloonchipper will use the fingerprint private blobs and are designed to align as closely to dartmonkey and bloonchiper as possible. This patch makes these version strings equal too. BRANCH=none BUG=none TEST=make BOARD=nucleo-dartmonkey && strings build/nucleo-dartmonkey/ec.bin | grep dart TEST=make BOARD=dartmonkey && strings build/dartmonkey/ec.bin | grep dart TEST=make BOARD=bloonchipper && strings build/bloonchipper/ec.bin | grep bloon Signed-off-by: Craig Hesling <hesling@chromium.org> Change-Id: I8a4bce559a8c94222558e37b51b6a302595f29c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2086733 Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/getversion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/getversion.sh b/util/getversion.sh
index cef453079a..10657a44bb 100755
--- a/util/getversion.sh
+++ b/util/getversion.sh
@@ -104,7 +104,7 @@ main() {
(cr50)
dir_list+=( ../../third_party/tpm2 ../../third_party/cryptoc )
;;
- (*_fp|dartmonkey|bloonchipper)
+ (*_fp|*dartmonkey|*bloonchipper)
if [[ -d ../../third_party/cryptoc ]]; then
dir_list+=( ../../third_party/cryptoc )
fi