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 --- include/bootflow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/bootflow.h') diff --git a/include/bootflow.h b/include/bootflow.h index 32422067723..2ef6eb25cf5 100644 --- a/include/bootflow.h +++ b/include/bootflow.h @@ -250,7 +250,8 @@ enum bootflow_meth_flags_t { * @cur_label: Current label being processed * @num_methods: Number of bootmeth devices in @method_order * @cur_method: Current method number, an index into @method_order - * @first_glob_method: First global method, if any, else -1 + * @first_glob_method: Index of first global method within @method_order[], if + * any, else -1 * @cur_prio: Current priority being scanned * @method_order: List of bootmeth devices to use, in order. The normal methods * appear first, then the global ones, if any -- cgit v1.2.3