aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-12 19:26:18 -0700
committerSimon Glass <sjg@chromium.org>2022-01-13 09:13:41 -0700
commitf9abc1cac1130279b486c51056b2e6fba99633b1 (patch)
treeeb513416bd16da393621c66b09f9088a3a695088 /test
parent7f3b79af548264ea2f482eaeffee6b1d716ce274 (diff)
downloadu-boot-f9abc1cac1130279b486c51056b2e6fba99633b1.zip
u-boot-f9abc1cac1130279b486c51056b2e6fba99633b1.tar.gz
u-boot-f9abc1cac1130279b486c51056b2e6fba99633b1.tar.bz2
bloblist: Drop unused tags
The EC event log tag is no-longer used. The vboot handoff is now handled by the vboot context instead. Drop these unused tags. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/bloblist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bloblist.c b/test/bloblist.c
index 525e94b..2e8e23d 100644
--- a/test/bloblist.c
+++ b/test/bloblist.c
@@ -289,9 +289,9 @@ static int bloblist_test_cmd_list(struct unit_test_state *uts)
console_record_reset();
run_command("bloblist list", 0);
ut_assert_nextline("Address Size Tag Name");
- ut_assert_nextline("%08lx %8x 1 EC host event",
+ ut_assert_nextline("%08lx %8x 1 SPL hand-off",
(ulong)map_to_sysmem(data), TEST_SIZE);
- ut_assert_nextline("%08lx %8x 2 SPL hand-off",
+ ut_assert_nextline("%08lx %8x 2 Chrome OS vboot context",
(ulong)map_to_sysmem(data2), TEST_SIZE2);
ut_assert_console_end();
ut_unsilence_console(uts);