commit | 1d8f864a4193b8a78fecfb6c63bc10cbcb7fd250 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 15 16:19:11 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 15 08:48:42 2025 -0600 |
tree | b249db2403152ebb44f6b29b57752b392671a61b | |
parent | 2bcd9ea2eda026bdc21b73184986757b74fb5146 [diff] |
bootstd: Drop the bootdev-specific list of bootflows This list is only used by two functions, which can be updated to iterate through the global list. Take this approach, which allows the bootdev list to be dropped. Overall this makes the code slightly more complicated, but will allow moving the bootflow list into an alist Signed-off-by: Simon Glass <sjg@chromium.org>