diff options
author | Shawn Nematbakhsh <shawnn@chromium.org> | 2014-10-09 08:19:18 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2014-10-09 20:44:39 +0000 |
commit | 0938563284a34b9aa5d1b28b895c3d6fd8cbfff0 (patch) | |
tree | c3cb49c8304b5f3893f46eca22889b62cb336c06 /util/build.mk | |
parent | 6aba9b382bea324d47b275fb4d28e9af1cabce92 (diff) | |
download | chrome-ec-0938563284a34b9aa5d1b28b895c3d6fd8cbfff0.tar.gz |
zinger: Remove references to SHA1 hash
The PD protocol no longer uses a SHA1 RW hash. Instead, it uses the
first 20 bytes of the SHA-256 hash. Update constants and comments
accordingly.
BUG=chrome-os-partner:31361
TEST='make buildall -j'
BRANCH=samus
Change-Id: Ice74b841dbd1d81205c1ef0079a5e18fca2153b6
Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/222446
Reviewed-by: Alec Berg <alecaberg@chromium.org>
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'util/build.mk')
-rw-r--r-- | util/build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/build.mk b/util/build.mk index 73ad20981d..a4be071d16 100644 --- a/util/build.mk +++ b/util/build.mk @@ -16,7 +16,7 @@ comm-objs+=comm-lpc.o else comm-objs+=comm-i2c.o endif -ectool-objs=ectool.o ectool_keyscan.o misc_util.o ec_flash.o $(comm-objs) ../common/sha1.o +ectool-objs=ectool.o ectool_keyscan.o misc_util.o ec_flash.o $(comm-objs) ec_sb_firmware_update-objs=ec_sb_firmware_update.o $(comm-objs) misc_util.o |