summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-10-07 15:50:01 +0800
committerCommit Bot <commit-bot@chromium.org>2019-12-17 11:52:45 +0000
commit53332109acd90d34c82e0450b1329096b942523e (patch)
tree3f9bcf681e1081a3a09c54fa36fc36980513b8e1 /Makefile
parent1d9945764bb9e159680ef4b3a15c9bcd23fad8fe (diff)
downloadvboot-53332109acd90d34c82e0450b1329096b942523e.tar.gz
vboot: remove some vboot1 SharedData-related functions
Remove VbSharedDataInit, VbSharedDataReserve, VbSharedDataSetKernelKey, along with their corresponding tests. In tests/verify_kernel and utility/load_kernel_test, just copy the kernel subkey manually for now, until we update LoadKernel to retrieve the key from vboot2 workbuf instead. BUG=b:124141368, chromium:968464 TEST=make clean && make runtests BRANCH=none Change-Id: I7055be10f0d7a38502fd8108f0bc93c5b78f06c9 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1844598 Reviewed-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 471ba922..26cfc6d6 100644
--- a/Makefile
+++ b/Makefile
@@ -347,7 +347,6 @@ FWLIB_SRCS = \
firmware/lib/vboot_api_kernel.c \
firmware/lib/vboot_audio.c \
firmware/lib/vboot_common.c \
- firmware/lib/vboot_common_init.c \
firmware/lib/vboot_display.c \
firmware/lib/vboot_kernel.c \
firmware/lib/vboot_ui.c \