
15 Nov
2020
15 Nov
'20
3:07 p.m.
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 ---
drivers/misc/cros_ec.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-)
Applied to u-boot-dm, thanks!