From 39f0d38bcd104fd4d1ffbcc6aa3a754566c97070 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Thu, 6 Apr 2023 08:36:52 +1000 Subject: futility/updater: Fix legacy bios image naming Clean up many other instances of 'bios.bin' littered everywhere over time. BUG=b:65745723 BRANCH=none TEST=`cros_run_unit_tests --host --packages vboot_reference`. Change-Id: Ie5916d003ba0a5873ce04ec96f48cd45c8253aab Signed-off-by: Edward O'Callaghan Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/4402371 Tested-by: Edward O'Callaghan Auto-Submit: Edward O'Callaghan Commit-Queue: Edward O'Callaghan Commit-Queue: Hung-Te Lin Reviewed-by: Hung-Te Lin --- tests/vb20_verify_fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/vb20_verify_fw.c b/tests/vb20_verify_fw.c index 8088b934..4d337424 100644 --- a/tests/vb20_verify_fw.c +++ b/tests/vb20_verify_fw.c @@ -19,7 +19,7 @@ const char *body_fname; /** * Local implementation which reads resources from individual files. Could be - * more elegant and read from bios.bin, if we understood the fmap. + * more elegant and read from image.bin, if we understood the fmap. */ vb2_error_t vb2ex_read_resource(struct vb2_context *c, enum vb2_resource_index index, uint32_t offset, -- cgit v1.2.1