commit | 9f4440d53aece8b9a59b184d6c13b7e93309ffa2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:29 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:17:11 2022 -0400 |
tree | fd2dc157bc698cb29c127b5847703f4b75a500a2 | |
parent | 771a24425afd7353cbd342f3f6da37c601eda67c [diff] |
bootstd: Drop the system bootdev This was a work-around for the fact that global bootmeths such as EFI bootmgr and VBE don't use a particular bootdev, or at least select it themselves so that we don't need to scan all bootdevs when using that bootmeth. Drop the system bootdev entirely. Signed-off-by: Simon Glass <sjg@chromium.org>