ec/google: Move label to BOL to satisfy lint-tests

Change-Id: I3a42ba9494b5174920e36e3110b8d62d721fe742
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/11886
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2015-10-13 22:14:22 +02:00 committed by Patrick Georgi
parent b864de5752
commit f50603176b
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ int google_chromeec_vbnv_context(int is_read, uint8_t *data, int len)
if (len != EC_VBNV_BLOCK_SIZE) if (len != EC_VBNV_BLOCK_SIZE)
return -1; return -1;
retry: retry:
cec_cmd.cmd_code = EC_CMD_VBNV_CONTEXT; cec_cmd.cmd_code = EC_CMD_VBNV_CONTEXT;
cec_cmd.cmd_version = EC_VER_VBNV_CONTEXT; cec_cmd.cmd_version = EC_VER_VBNV_CONTEXT;
cec_cmd.cmd_data_in = &cmd_vbnvcontext; cec_cmd.cmd_data_in = &cmd_vbnvcontext;