commit | e4b694893f6cf1e4ac934f2ecb57c8e77a17e5b2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:10 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | 6e416edec8454b22ebc3c459898b56742b857c40 | |
parent | 66e3dce78750f6fc4f6a402ce62c20ba95976dd1 [diff] |
bootstd: Allow iterating to the next label in a list Add a function which moves to the next label in a list of labels. This allows processing the boot_targets environment variable. This works using a new label list in the bootflow iterator. The logic to set this up is included in a subsequent commit. Signed-off-by: Simon Glass <sjg@chromium.org>