summaryrefslogtreecommitdiff
path: root/util/signer
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2017-06-06 17:32:45 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-06-07 23:45:41 -0700
commit3639527eb47e73954abdd1c453b2b1dada7a9fd3 (patch)
treefc8f1e61465acc31d5ba1dfdb9f52be6b6f38555 /util/signer
parentcfcbe9da95a4652a0e058574ebbebfdcc5329cf7 (diff)
downloadchrome-ec-3639527eb47e73954abdd1c453b2b1dada7a9fd3.tar.gz
bs: add missing codesigner command line argument
The recent change of the code signer is not backwards compatible, a new command line parameter must be added. BRANCH=cr50 BUG=none TEST=verified that H1_DEVIDS='xxxx yyyyy' ./util/signer/bs succeeds again. Change-Id: I9a8e03c20aa4b7b689b1f5e4a1f786cf5857483f Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/527317 Reviewed-by: Mary Ruthven <mruthven@chromium.org>
Diffstat (limited to 'util/signer')
-rwxr-xr-xutil/signer/bs3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/signer/bs b/util/signer/bs
index 0339c2efb6..9f4f686151 100755
--- a/util/signer/bs
+++ b/util/signer/bs
@@ -120,8 +120,7 @@ if [ -n "${do_prod}" -a -n "${do_b1}" ]; then
exit 1
fi
-signer_command_params=''
-signer_command_params=" -x ${EC_BIN_ROOT}/fuses.xml"
+signer_command_params="--b -x ${EC_BIN_ROOT}/fuses.xml"
if [ -z "${do_prod}" ]; then
signer_command_params+=" -k ${EC_BIN_ROOT}/cr50_rom0-dev-blsign.pem.pub"
else