commit | a8f5be178db53f41338730e001b0f2ab459f7e31 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:31:09 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:04 2022 -0400 |
tree | 02cd04356491fa7bb7c036a0851a286550abd668 | |
parent | a950d31abe980ba40a0a94fbf41136550187f8cd [diff] [blame] |
bootstd: Add support for bootflows Add support for bootflows, including maintaining a list of them and iterating to find them. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/boot/bootstd-uclass.c b/boot/bootstd-uclass.c index 4c71c28..266bd7c 100644 --- a/boot/bootstd-uclass.c +++ b/boot/bootstd-uclass.c
@@ -45,7 +45,7 @@ bflow = list_first_entry(&priv->glob_head, struct bootflow, glob_node); - /* add later bootflow_remove(bflow); */ + bootflow_remove(bflow); } }