commit | cb698b0a3e80eb75941414a1cac75a7c87ab9982 | [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 | 6a6638f0939dca65c7d1cd0d766957d3d3adc519 [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>