From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Wed, 5 Dec 2018 15:10:47 -0800 Subject: [U-Boot] [PATCH 14/21] cros_ec: Adjust to use v1 vboot context only In-Reply-To: <20181124042944.239106-15-sjg@chromium.org> References: <20181124042944.239106-15-sjg@chromium.org> <20181124042944.239106-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- drivers/misc/cros_ec_sandbox.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Applied to u-boot-dm/master, thanks!