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:
parent
b864de5752
commit
f50603176b
|
@ -242,7 +242,7 @@ int google_chromeec_vbnv_context(int is_read, uint8_t *data, int len)
|
|||
if (len != EC_VBNV_BLOCK_SIZE)
|
||||
return -1;
|
||||
|
||||
retry:
|
||||
retry:
|
||||
cec_cmd.cmd_code = EC_CMD_VBNV_CONTEXT;
|
||||
cec_cmd.cmd_version = EC_VER_VBNV_CONTEXT;
|
||||
cec_cmd.cmd_data_in = &cmd_vbnvcontext;
|
||||
|
|
Loading…
Reference in New Issue