commit | 771a24425afd7353cbd342f3f6da37c601eda67c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:28 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:17:11 2022 -0400 |
tree | d90704d507c4f99f18a6a72519c822ddeddf65f9 | |
parent | cc15e14e388615fee9f69d248063e85917fa6ae0 [diff] |
bootstd: Always create the EFI bootmgr bootmeth Now that we can separate this out from the normal bootmeths, update the code to create it always. We cannot rely on the device tree to create this, since the EFI project is quite opposed to having anything in the device tree that helps U-Boot with its processing. Signed-off-by: Simon Glass <sjg@chromium.org>