summaryrefslogtreecommitdiff
path: root/firmware/lib/include
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-06-18 13:59:28 +0800
committerCommit Bot <commit-bot@chromium.org>2019-06-24 14:03:41 +0000
commit98dfade54684f1141f129d1af93dfd6e0e8c6455 (patch)
treea25a16b0b604f42184f8465ebc7606cf28903bec /firmware/lib/include
parentb021a9619722a397de9910bd0422b2e7c6ebb7f0 (diff)
downloadvboot-98dfade54684f1141f129d1af93dfd6e0e8c6455.tar.gz
vboot: remove VbCommonParams struct
VbCommonParams is now a relic of the past. It was originally used to pass data to VbInit, VbSelectFirmware, VbSelectAndLoadKernel, and VbVerifyMemoryBootImage. The former two are long deprecated and removed, while the latter two now pass information via the vb2_context struct. BUG=b:124141368, b:124192753 TEST=make clean && make runtests BRANCH=none Change-Id: Ie72f1a5308dea4f9abf2738f104cf373d1030623 Signed-off-by: Joel Kitching <kitching@google.com> Cq-Depend: chromium:1663749 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1663893 Tested-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Auto-Submit: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'firmware/lib/include')
-rw-r--r--firmware/lib/include/ec_sync.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/lib/include/ec_sync.h b/firmware/lib/include/ec_sync.h
index dfb8ec9c..303ea2a4 100644
--- a/firmware/lib/include/ec_sync.h
+++ b/firmware/lib/include/ec_sync.h
@@ -11,7 +11,6 @@
#include "vboot_api.h"
struct vb2_context;
-struct VbCommonParams;
/**
* EC sync, phase 1