commit | dee4d6418a39374d6aff8cc443b4f62628f9ae76 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 30 15:52:23 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:17:11 2022 -0400 |
tree | 4ffd44ff0c951a104d180a3239b06984efa3a486 | |
parent | 161e1e373c42ddc79deb5614114bddf1ae910412 [diff] |
bootstd: Allow the bootdev to be optional in bootflows With global bootmeths we want to scan without a bootdev. Update the logic to allow this. Change the bootflow command to show the bootdev only when valid. Signed-off-by: Simon Glass <sjg@chromium.org>