diff options
| author | Simon Glass <[email protected]> | 2025-10-12 00:43:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-14 16:12:50 -0600 |
| commit | f6cd0a36cee32e89449f71ce495dc8f4cd175ad8 (patch) | |
| tree | 59a15327372edccf4ff8068ce6a9fcddacb34257 /test/boot | |
| parent | b1cc9a53d7ba8b85e77980417242420889273e86 (diff) | |
boot: Improve comments related to global bootmeths
Add a few comments about global bootmeths and first_glob_method
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
Diffstat (limited to 'test/boot')
| -rw-r--r-- | test/boot/bootflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
