diff options
author | Joel Kitching <kitching@google.com> | 2021-01-20 17:06:27 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-01-28 03:52:07 +0000 |
commit | 0b10eacf1fed2256d288dea9275a80e67d127eb6 (patch) | |
tree | af8d17356d9053270648192846030c5352b002e2 /tests | |
parent | c768a704f079286a8abbf0590b8ec619b5ad795a (diff) | |
download | vboot-0b10eacf1fed2256d288dea9275a80e67d127eb6.tar.gz |
vboot: remove vboot_audio.c and friends
No longer used with new vboot UI; remove.
(Missed this in the prior removal of legacy UI code.)
BUG=b:167643628, chromium:968464
TEST=make clean && make runtests
BRANCH=none
Signed-off-by: Joel Kitching <kitching@google.com>
Change-Id: I01383071dee6257921547302fe4a2977b3521195
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2641342
Tested-by: Joel Kitching <kitching@chromium.org>
Commit-Queue: Joel Kitching <kitching@chromium.org>
Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vb2_auxfw_sync_tests.c | 1 | ||||
-rw-r--r-- | tests/vb2_ec_sync_tests.c | 1 | ||||
-rw-r--r-- | tests/vboot_api_kernel4_tests.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/vb2_auxfw_sync_tests.c b/tests/vb2_auxfw_sync_tests.c index f779ac05..48ce9529 100644 --- a/tests/vb2_auxfw_sync_tests.c +++ b/tests/vb2_auxfw_sync_tests.c @@ -16,7 +16,6 @@ #include "host_common.h" #include "load_kernel_fw.h" #include "test_common.h" -#include "vboot_audio.h" #include "vboot_kernel.h" #include "vboot_struct.h" diff --git a/tests/vb2_ec_sync_tests.c b/tests/vb2_ec_sync_tests.c index be86fbb4..8881ea73 100644 --- a/tests/vb2_ec_sync_tests.c +++ b/tests/vb2_ec_sync_tests.c @@ -13,7 +13,6 @@ #include "host_common.h" #include "load_kernel_fw.h" #include "test_common.h" -#include "vboot_audio.h" #include "vboot_kernel.h" #include "vboot_struct.h" diff --git a/tests/vboot_api_kernel4_tests.c b/tests/vboot_api_kernel4_tests.c index 5229ee55..a25132f7 100644 --- a/tests/vboot_api_kernel4_tests.c +++ b/tests/vboot_api_kernel4_tests.c @@ -17,7 +17,6 @@ #include "test_common.h" #include "tlcl.h" #include "tss_constants.h" -#include "vboot_audio.h" #include "vboot_kernel.h" #include "vboot_struct.h" #include "vboot_test.h" |