commit | 99c55a8b210b4c63649ebcbd92d91ae1acdb84e3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:16 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:39 2023 -0500 |
tree | 83f8beb011f0737dfe96e03cdf05d2b9b827d9e4 | |
parent | a1bcafb135d0a99240e050892ac72ed53d51c49d [diff] |
bootstd: Simplify locating existing bootdevs There is no point in trying to match the alias order for bootdevs, since build_order() either sorts them by priority, uses the boot_targets environment variable or the bootdev-order property. Just use the iterator instead, to simplify the code. Signed-off-by: Simon Glass <sjg@chromium.org>