summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-08-30 16:00:28 +0800
committerCommit Bot <commit-bot@chromium.org>2019-10-02 21:48:18 +0000
commit9c6c9c9f35dc5e1022f864a5420b53339b4e3d31 (patch)
tree6b3c9b7ddbd1cbbdd8d78b7c64082ffc6ca7b123 /Makefile
parent592d9ee007d982bf3b9b687b3589899702fc7b1d (diff)
downloadvboot-9c6c9c9f35dc5e1022f864a5420b53339b4e3d31.tar.gz
vboot: remove VbVerifyMemoryBootImage function
Previously used for fastboot. BUG=b:124141368, chromium:995172 TEST=make clean && make runtests BRANCH=none Change-Id: I960932526bbd4482707125700cfa63e94c9f356b Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1776290 Commit-Queue: Joel Kitching <kitching@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 07be4a5a..d5aa28f3 100644
--- a/Makefile
+++ b/Makefile
@@ -682,7 +682,6 @@ TEST_NAMES = \
tests/vboot_api_devmode_tests \
tests/vboot_api_kernel2_tests \
tests/vboot_api_kernel4_tests \
- tests/vboot_api_kernel5_tests \
tests/vboot_api_kernel_tests \
tests/vboot_common_tests \
tests/vboot_detach_menu_tests \
@@ -1243,7 +1242,6 @@ endif
${RUNTEST} ${BUILD_RUN}/tests/vboot_api_devmode_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_api_kernel2_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_api_kernel4_tests
- ${RUNTEST} ${BUILD_RUN}/tests/vboot_api_kernel5_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_api_kernel_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_common_tests
${RUNTEST} ${BUILD_RUN}/tests/vboot_detach_menu_tests