commit | d237e9c7c00d131d808761d0fe7f44768598c074 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 09 07:14:43 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 14 15:23:41 2020 -0700 |
tree | 697e7b27d357c91d9b4d8601395e24a2b18f58ad | |
parent | fcbec650e6216fdba0ffe6fc017a34ceed0c86cb [diff] |
cros_ec: Correct collection of EC hash The EC now requires that the offset field be set correctly when checking on hash status. Update the code to handle this. Use the same message struct in both functions to reduce stack space. Signed-off-by: Simon Glass <sjg@chromium.org>