From 3639527eb47e73954abdd1c453b2b1dada7a9fd3 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 6 Jun 2017 17:32:45 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/527317 Reviewed-by: Mary Ruthven --- util/signer/bs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util') 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 -- cgit v1.2.1