mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 10:14:55 +00:00
futility: cmd_show uses only vboot 2.0 APIs
This removes the remaining vboot 1.0 API calls from cmd_show. BUG=chromium:611535 BRANCH=none TEST=make runtests Change-Id: I03c4260aa034100efbbea1005367cd85dfff273d Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/350173 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
46b77fb2f0
commit
158b29672a
@@ -268,6 +268,8 @@ struct vb2_kernel_preamble {
|
||||
uint32_t flags;
|
||||
} __attribute__((packed));
|
||||
|
||||
#define EXPECTED_VB2_KERNEL_PREAMBLE_SIZE 116
|
||||
#define EXPECTED_VB2_KERNEL_PREAMBLE_2_0_SIZE 96
|
||||
#define EXPECTED_VB2_KERNEL_PREAMBLE_2_1_SIZE 112
|
||||
#define EXPECTED_VB2_KERNEL_PREAMBLE_2_2_SIZE 116
|
||||
|
||||
#endif /* VBOOT_REFERENCE_VB2_STRUCT_H_ */
|
||||
|
||||
Reference in New Issue
Block a user