mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
bootflow: Rename bootflow_flags_t
These flags actually relate to the iterator, not the bootflow struct itself. Rename them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
fe7e9245c5
commit
4f806f31fc
7 changed files with 60 additions and 59 deletions
|
@ -277,7 +277,7 @@ static int bootflow_iter(struct unit_test_state *uts)
|
|||
/* The first device is mmc2.bootdev which has no media */
|
||||
ut_asserteq(-EPROTONOSUPPORT,
|
||||
bootflow_scan_first(NULL, NULL, &iter,
|
||||
BOOTFLOWF_ALL | BOOTFLOWF_SKIP_GLOBAL, &bflow));
|
||||
BOOTFLOWIF_ALL | BOOTFLOWIF_SKIP_GLOBAL, &bflow));
|
||||
ut_asserteq(2, iter.num_methods);
|
||||
ut_asserteq(0, iter.cur_method);
|
||||
ut_asserteq(0, iter.part);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue