commit | a1bcafb135d0a99240e050892ac72ed53d51c49d | [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 | 6a9de558330626aa4fca1f9edf2975878cfe988a [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>