mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
vboot2: Get rid of extra '2' at end of new struct names
Now that lib20 and lib21 are distinct, they can have overlapping
struct names. This will be cleaner in the long run, since vboot 2.0
(lib20) is just a temporary stepping stone to vboot 2.1 (lib21). It
would be a shame to need to carry around the overhead of that extra
digit forever.
No functional changes, just a lot of renaming.
BUG=chromium:423882
BRANCH=none
TEST=make runtests && VBOOT2=1 make runtests (works with/withoug VBOOT2 flag)
And compile firmware for veyron_pinky
Change-Id: I25f348fd31e32d08ca576836dfdd1278828765a1
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/233183
Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
6f1b82ac14
commit
308d254092
@@ -296,11 +296,6 @@ int vb2api_fw_phase2(struct vb2_context *ctx);
|
||||
*/
|
||||
int vb2api_fw_phase3(struct vb2_context *ctx);
|
||||
|
||||
/**
|
||||
* Same, but for new-style structs.
|
||||
*/
|
||||
int vb2api_fw_phase3_2(struct vb2_context *ctx);
|
||||
|
||||
/**
|
||||
* Initialize hashing data for the specified tag.
|
||||
*
|
||||
@@ -341,11 +336,6 @@ int vb2api_extend_hash(struct vb2_context *ctx,
|
||||
*/
|
||||
int vb2api_check_hash(struct vb2_context *ctx);
|
||||
|
||||
/**
|
||||
* Same, but for new-style structs.
|
||||
*/
|
||||
int vb2api_check_hash2(struct vb2_context *ctx);
|
||||
|
||||
/*****************************************************************************/
|
||||
/* APIs provided by the caller to verified boot */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user