[U-Boot] [PATCH 14/21] cros_ec: Adjust to use v1 vboot context only

sjg at google.com sjg at google.com
Wed Dec 5 23:10:47 UTC 2018


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 at chromium.org>
---

 drivers/misc/cros_ec_sandbox.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Applied to u-boot-dm/master, thanks!


More information about the U-Boot mailing list