From 108d991c678f80c99967bd07035de7418c81a072 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Tue, 2 Dec 2014 15:55:56 -0800 Subject: vboot2: Move knowledge of vboot 2.1 data structures inside lib21/ Code which compiles against fwlib2 no longer knows or cares about the new data structures. This should shrink fwlib2 a bit. This is part 3 of 4 changes which split vboot 2.0 struct handling (old vboot1 structs) from vboot 2.1 struct handling (new style structs). No functional changes; just shuffling around code. 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: Ibccd7d1974e07f38b90c19c924ef3b1ffcb77d62 Signed-off-by: Randall Spangler Reviewed-on: https://chromium-review.googlesource.com/233020 Reviewed-by: Bill Richardson --- firmware/lib21/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/lib21/common.c') diff --git a/firmware/lib21/common.c b/firmware/lib21/common.c index a5ebc70c..cf1ec417 100644 --- a/firmware/lib21/common.c +++ b/firmware/lib21/common.c @@ -9,6 +9,7 @@ #include "2common.h" #include "2rsa.h" #include "2sha.h" +#include "vb2_common.h" const char *vb2_common_desc(const void *buf) { -- cgit v1.2.1