From f6cd0a36cee32e89449f71ce495dc8f4cd175ad8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 12 Oct 2025 00:43:53 -0600 Subject: boot: Improve comments related to global bootmeths Add a few comments about global bootmeths and first_glob_method Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt Reviewed-by: Mattijs Korpershoek Reviewed-by: Sam Protsenko --- test/boot/bootflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/boot/bootflow.c b/test/boot/bootflow.c index 8de5a310add..7cd83dc7443 100644 --- a/test/boot/bootflow.c +++ b/test/boot/bootflow.c @@ -401,7 +401,7 @@ static int bootflow_system(struct unit_test_state *uts) ut_assertok(device_probe(dev)); sandbox_set_fake_efi_mgr_dev(dev, true); - /* We should get a single 'bootmgr' method right at the end */ + /* We should get a single 'bootmgr' method at the start */ bootstd_clear_glob(); ut_assertok(run_command("bootflow scan -lH", 0)); ut_assert_skip_to_line( -- cgit v1.2.3