diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-10-13 22:14:22 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-10-15 07:36:26 +0000 |
commit | f50603176b579632d558a43166980ec2883a7017 (patch) | |
tree | 63d1f1c02b56e93ec66f5022991a4b9b6022b3fd /src/ec/google | |
parent | b864de57523d6efc3ea15e51a4c0e5f533554d00 (diff) | |
download | coreboot-f50603176b579632d558a43166980ec2883a7017.tar.xz |
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>
Diffstat (limited to 'src/ec/google')
-rw-r--r-- | src/ec/google/chromeec/ec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/google/chromeec/ec.c b/src/ec/google/chromeec/ec.c index e1006dcefc..3af5325e7c 100644 --- a/src/ec/google/chromeec/ec.c +++ b/src/ec/google/chromeec/ec.c @@ -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; |