commit | 8d3db0a293d064c37f41eae8107e9445cc7c1c19 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 10 16:34:47 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 12:26:48 2023 -0400 |
tree | 6eb6af328b608e5abd9087ae1fb2f1d61d621ae7 | |
parent | e74106845cd653a46dc32229c84a57309bf5b241 [diff] |
bootstd: Create a new BOOTMETH_DISTRO We cannot be sure what bootmeth a distro will need to use. Add a new BOOTMETH_DISTRO option which collects these together. Select this from BOOTSTD_DEFAULTS so that it is clear what is needed. Signed-off-by: Simon Glass <sjg@chromium.org>