From ecba8467558d59561fb06bc876e0f516201e986a Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Mon, 23 Aug 2021 17:01:21 -0500 Subject: cr50: prod: use 6 as the major version Use 6 as the major version in util/signer/ec_RW-manifest-prod.json to reduce merge conflicts in the branches This has no real effect since we don't prod sign TOT images. BUG=none TEST=none Change-Id: I1300a4080ea4a5fee3115f1e32736985789d9c11 Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3114223 Reviewed-by: Vadim Bendebury Commit-Queue: Vadim Bendebury --- util/signer/ec_RW-manifest-prod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/signer/ec_RW-manifest-prod.json b/util/signer/ec_RW-manifest-prod.json index 58f4491990..455463e25c 100644 --- a/util/signer/ec_RW-manifest-prod.json +++ b/util/signer/ec_RW-manifest-prod.json @@ -43,7 +43,7 @@ // epoch/major/minor would be preferred "timestamp": 1, "epoch": 0, // FWR diversification contributor, 32 bits. - "major": 5, // FW2_HIK_CHAIN counter. + "major": 6, // FW2_HIK_CHAIN counter. "minor": 50, // Mostly harmless version field. "applysec": -1, // Mask to and with fuse BROM_APPLYSEC. "config1": 13, // Which BROM_CONFIG1 actions to take before launching. -- cgit v1.2.1