summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2019-09-21 12:21:16 -0700
committerCommit Bot <commit-bot@chromium.org>2019-11-21 19:30:30 +0000
commit9e10d76382342ab223c57f8f13ade3aee62b9667 (patch)
tree8de51abf1bafe3e82f9f58a57bc725ef85487c05 /chip
parentf5b56454cf1c94920259d65de6a4872470efc4d1 (diff)
downloadchrome-ec-9e10d76382342ab223c57f8f13ade3aee62b9667.tar.gz
cr50: switch to new dev key
The new RO has a new dev key, modify the dev manifest to match the new RO expectations. BUG=b:74100307 BRANCH=cr50, cr50-mp TEST=built a node locked image for ro 0.0.11 and observed it boot and run Change-Id: I3ce9ca8d23be6b2d959d4457ea6d08afa05376ac Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1866173 Reviewed-by: Andrey Pronin <apronin@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r--chip/g/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index 3a62428a25..2cbfc3b857 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -179,7 +179,7 @@ ifeq ($(H1_DEVIDS),)
# Signing with non-secret test key.
CR50_RW_KEY = loader-testkey-A.pem
# Make sure manifset Key ID field matches the actual key.
-DUM := $(shell sed 's/1187158727/764428053/' $(MANIFEST) > $(SIGNER_MANIFEST))
+DUM := $(shell sed 's/860844255/-764428053/' $(MANIFEST) > $(SIGNER_MANIFEST))
else
# The private key comes from the sighing fob.
CR50_RW_KEY = cr50_rom0-dev-blsign.pem.pub