commit | 6a6638f0939dca65c7d1cd0d766957d3d3adc519 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:15 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:39 2023 -0500 |
tree | 7eb2cae66d5f768a0e57322600f3bc604016df3b | |
parent | 3e96ed44e8c5b63bd0cef1e263e7991ac16c21e3 [diff] |
bootstd: Remove special-case code for boot_targets Rather than implement this as its own case in build_order(), process the boot_targets environment variable in the bootstd_get_bootdev_order() function. This allows build_order() to be simplified. Signed-off-by: Simon Glass <sjg@chromium.org>