commit | 660a995b25ad30604c213f57fabacedf747eb2b0 | [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 | ac06b26ac95cbc268cb55d24ae7746bc9a206583 [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>