cros_ec: Support the full-size vboot context
authorSimon Glass <sjg@chromium.org>
Mon, 5 Jul 2021 22:32:51 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:34 +0000 (10:27 -0600)
commit656d7447705550af0b464e7f6bc10fc1547e69ee
tree5ed5cbb24e362ae56b585ef1fc0eeffab340a9ac
parent1e465eb6698e294e8fa9ed41165483b88062396a
cros_ec: Support the full-size vboot context

The v2 format is 64-bytes in size. Support this and drop v1 since it is
not used anymore.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/misc/cros_ec_sandbox.c