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:
@@ -135,13 +135,13 @@ static int do_bootflow_scan(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
|
||||
flags = 0;
|
||||
if (list)
|
||||
flags |= BOOTFLOWF_SHOW;
|
||||
flags |= BOOTFLOWIF_SHOW;
|
||||
if (all)
|
||||
flags |= BOOTFLOWF_ALL;
|
||||
flags |= BOOTFLOWIF_ALL;
|
||||
if (no_global)
|
||||
flags |= BOOTFLOWF_SKIP_GLOBAL;
|
||||
flags |= BOOTFLOWIF_SKIP_GLOBAL;
|
||||
if (!no_hunter)
|
||||
flags |= BOOTFLOWF_HUNT;
|
||||
flags |= BOOTFLOWIF_HUNT;
|
||||
|
||||
/*
|
||||
* If we have a device, just scan for bootflows attached to that device
|
||||
|
||||
Reference in New Issue
Block a user