summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-05-11 12:55:30 -0700
committerCommit Bot <commit-bot@chromium.org>2021-05-12 18:09:15 +0000
commitd833c48a4779ac2e7ad8a4acc877380717dc9a36 (patch)
treeafe59b2995c5de53ae3d213b8cde4c981ebe2e6f
parente6b91d68b2ae73d768d23abb79a39dc0043af963 (diff)
downloadchrome-ec-d833c48a4779ac2e7ad8a4acc877380717dc9a36.tar.gz
signer: erase new bit in rollback map
BUG=b:187438971 BRANCH=none TEST=none Change-Id: Iaa1bd1bec252fe61ae044c0dd2cc60bdeafcd30a Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2889511 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r--util/signer/ec_RW-manifest-dev.json2
-rw-r--r--util/signer/ec_RW-manifest-prod.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/signer/ec_RW-manifest-dev.json b/util/signer/ec_RW-manifest-dev.json
index 669917cadc..0503203296 100644
--- a/util/signer/ec_RW-manifest-dev.json
+++ b/util/signer/ec_RW-manifest-dev.json
@@ -7,7 +7,7 @@
},
// Rollback state.
"info": {
- "2": -1, "3": -1, "4": -1, "5": -1, "6": -1,
+ "3": -1, "4": -1, "5": -1, "6": -1,
"7": -1, "8": -1, "9": -1, "10": -1, "11": -1, "12": -1 , "13": -1,
"14": -1, "15": -1, "16": -1, "17": -1, "18": -1, "19": -1, "20": -1,
"21": -1, "22": -1, "23": -1, "24": -1, "25": -1, "26": -1, "27": -1,
diff --git a/util/signer/ec_RW-manifest-prod.json b/util/signer/ec_RW-manifest-prod.json
index 9c75a058fd..b6c19b0b96 100644
--- a/util/signer/ec_RW-manifest-prod.json
+++ b/util/signer/ec_RW-manifest-prod.json
@@ -10,7 +10,7 @@
"board_id_flags": 65536, // 0x10000
// Rollback state.
"info": {
- "2": -1, "3": -1, "4": -1, "5": -1, "6": -1,
+ "3": -1, "4": -1, "5": -1, "6": -1,
"7": -1, "8": -1, "9": -1, "10": -1, "11": -1, "12": -1 , "13": -1,
"14": -1, "15": -1, "16": -1, "17": -1, "18": -1, "19": -1, "20": -1,
"21": -1, "22": -1, "23": -1, "24": -1, "25": -1, "26": -1, "27": -1,