commit | a91492b6e9c8c72a531a8e53711d0c144d4d1306 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:31:27 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:04 2022 -0400 |
tree | f5b5d31bb6c540d3dfb830a0786b9ab45265733d | |
parent | fca20a5a6262f2a79f3dca65509510def40dc076 [diff] |
bootstd: Provide a default command We would like to use bootstd by default when EFI boot manager is not enabled. But so far bootstd does not support all the of distro-boot fetures. So for now, add an option to select this. Signed-off-by: Simon Glass <sjg@chromium.org>