summaryrefslogtreecommitdiff
path: root/firmware/bdb/bdb_struct.h
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2016-05-03 16:46:55 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-05-04 11:34:09 -0700
commit8fc5916c7f66627be26203aa4f0d800a266b4b4b (patch)
tree546d75085c15269376b248f1e9b9f3c3c1f04e36 /firmware/bdb/bdb_struct.h
parentedc3c8e4409bd9bd5cccac8a2fe48ddd5927fa6a (diff)
downloadvboot-8fc5916c7f66627be26203aa4f0d800a266b4b4b.tar.gz
bdb: Rename subkey to datakeystabilize-8282.Bfirmware-gale-8281.B
This patch replaces subkey with datakey to make name use consistent with the design document. BUG=chrome-os-partner:51908 BRANCH=tot TEST=make runtests Change-Id: I3690abd51e6c18c5a1094a8449f375d803c7e0b2 Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/342199 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'firmware/bdb/bdb_struct.h')
-rw-r--r--firmware/bdb/bdb_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/bdb/bdb_struct.h b/firmware/bdb/bdb_struct.h
index f8d2b321..fbb0c2e1 100644
--- a/firmware/bdb/bdb_struct.h
+++ b/firmware/bdb/bdb_struct.h
@@ -214,7 +214,7 @@ struct bdb_data {
/* Reserved; set 0 */
uint8_t reserved0[2];
- /* Number of bytes of data signed by the subkey, including this
+ /* Number of bytes of data signed by the datakey, including this
* header */
uint32_t signed_size;