diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2016-10-03 18:29:53 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-10-04 00:34:40 -0700 |
commit | e3a34da55b6bc02ea32aae63fef795d9f9bcf5ce (patch) | |
tree | d224ab7d21da9526bbc21bb63da9edf6d0189966 /util | |
parent | 0f7d6806b77657e6248247fa89b862ce948f1698 (diff) | |
download | chrome-ec-e3a34da55b6bc02ea32aae63fef795d9f9bcf5ce.tar.gz |
cr50: bump up minor RW version field
In preparation to the new CR50 image release bump up the minor version
number to trigger autoupdate on the devices in the field.
BRANCH=none
BUG=none
TEST=none
Change-Id: I7744b8cb8436d9134ee5900b352487a1cdddcd28
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/392447
Diffstat (limited to 'util')
-rw-r--r-- | util/signer/ec_RW-manifest-kevin_evt_1.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/signer/ec_RW-manifest-kevin_evt_1.json b/util/signer/ec_RW-manifest-kevin_evt_1.json index 94295f7473..0d5d6ae2d8 100644 --- a/util/signer/ec_RW-manifest-kevin_evt_1.json +++ b/util/signer/ec_RW-manifest-kevin_evt_1.json @@ -149,7 +149,7 @@ "timestamp": 0, "epoch": 0, // FWR diversification contributor, 32 bits. "major": 0, // FW2_HIK_CHAIN counter. - "minor": 6, // Harmless version field. + "minor": 7, // Harmless version field. "applysec": -1, // Mask to and with fuse BROM_APPLYSEC. "config1": 13, // Which BROM_CONFIG1 actions to take before launching. "err_response": 0, // Mask to or with fuse BROM_ERR_RESPONSE. |