commit | 199f58883253b90f63fe0fa7be8d7509fc3568df | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 15 16:19:12 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 15 08:48:42 2025 -0600 |
tree | 8588bae07829c92ab693f0c1198ff4ccdc5afe39 | |
parent | 1d8f864a4193b8a78fecfb6c63bc10cbcb7fd250 [diff] |
bootstd: Move the bootflow list into an alist Use an alist for this data structure as it is somewhat simpler to manage. This means that bootstd holds a simple list of bootflow structs and can drop it at will, without chasing down lists. Signed-off-by: Simon Glass <sjg@chromium.org>