commit | ea2cf0538527e4369bd8447caa953a872d526020 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 23 21:29:37 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Dec 05 06:01:34 2018 -0700 |
tree | cd99b60de91aaf1064e8cd9d6519e02b13ff4e1c | |
parent | 48d268fcc44121338826547cf5b649b660967806 [diff] |
cros_ec: Adjust to use v1 vboot context only At present there are no users of the 64-byte v2 context. The v1 context is only 16 bytes long and currently an error is raised if too much data is returned from the EC. Update the code to limit the size to 16 bytes. Signed-off-by: Simon Glass <sjg@chromium.org>