commit | 43e89a306903117c8cb7105004f236acf1ec3d00 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:11 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | ee93685486c00044f29b976853ed8677515bcdf0 | |
parent | e4b694893f6cf1e4ac934f2ecb57c8e77a17e5b2 [diff] |
bootstd: Allow iterating to the next bootdev priortiy Add a function which moves to the next priority to be processed. This works by storing the current priority in the bootflow iterator. The logic to set this up is included in a subsequent commit. Signed-off-by: Simon Glass <sjg@chromium.org>